|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InheritanceMethod | |
jcreek.representation | |
jcreek.representation.inference |
Uses of InheritanceMethod in jcreek.representation |
Methods in jcreek.representation with parameters of type InheritanceMethod | |
Relation[] |
Entity.getRelations(RelationType relationClass,
InheritanceMethod method)
Returns all relations - local and inherited - for this entity using the supplied inheritance method. |
Relation[] |
Entity.getRelations(RelationType[] relationClass,
InheritanceMethod method)
The same as the getRelations(RelationType, InheritanceMethod) method, but it accepts a set of RelationTypes and will return relations with relation-types that match or are subclasses of any of the supplied RelationTypes. |
Uses of InheritanceMethod in jcreek.representation.inference |
Subclasses of InheritanceMethod in jcreek.representation.inference | |
class |
PartitionPlausibleInheritanceMethod
|
class |
PlausibleInheritanceMethod
|
class |
SortedPlausibleInheritanceMethod
Title: SortedPlausibleInheritanceMethod Description: Same as it's superclass, PlausibleInheritanceMethod, but the relations inherited are sorted according to the relation-type and value-type before they are returned. |
class |
SubclassInheritanceMethod
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |