public interface RuleType extends Type
| Modifier and Type | Method and Description |
|---|---|
RuleType |
deletePlaysRole(RoleType roleType) |
Collection<Rule> |
instances() |
RuleType |
playsRole(RoleType roleType) |
RuleType |
setAbstract(Boolean isAbstract) |
Collection<RuleType> |
subTypes() |
RuleType |
superType() |
RuleType |
superType(RuleType type) |
getRulesOfConclusion, getRulesOfHypothesis, isAbstract, playsRolesasEntity, asEntityType, asInstance, asRelation, asRelationType, asResource, asResourceType, asRoleType, asRule, asRuleType, asType, delete, getId, isEntity, isEntityType, isInstance, isRelation, isRelationType, isResource, isResourceType, isRoleType, isRule, isRuleType, isType, typecompareToRuleType setAbstract(Boolean isAbstract)
setAbstract in interface TypeisAbstract - Specifies if the concept is abstract (true) or not (false).
If the concept type is abstract it is not allowed to have any instances.RuleType superType()
RuleType superType(RuleType type)
type - The super type of this Rule TypeCollection<RuleType> subTypes()
RuleType deletePlaysRole(RoleType roleType)
deletePlaysRole in interface TyperoleType - The Role Type which the instances of this Type should no longer be allowed to play.Collection<Rule> instances()
Copyright © 2016. All rights reserved.