|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityType | |
jcreek.representation | |
jcreek.representation.cbr |
Uses of EntityType in jcreek.representation |
Subclasses of EntityType in jcreek.representation | |
class |
DoubleEntity
A particular type of entity that encapsulates an instance of the Java Double class. |
class |
NumberEntity
A particular type of entity that encapsulates an instance of any of the Java Number classes. |
class |
RelationType
Title: RelationType Description: Represents a type of relation. |
Methods in jcreek.representation that return EntityType | |
EntityType[] |
KnowledgeModel.matchEntityType(EntityType[] arr)
Returns an array of all entities in the model that match a given EntityType. |
EntityType[] |
AbstractKnowledgeModel.matchEntityType(EntityType[] arr)
Returns an array of all entities in the model that match a given EntityType. |
Methods in jcreek.representation with parameters of type EntityType | |
EntityType[] |
KnowledgeModel.matchEntityType(EntityType[] arr)
Returns an array of all entities in the model that match a given EntityType. |
EntityType[] |
AbstractKnowledgeModel.matchEntityType(EntityType[] arr)
Returns an array of all entities in the model that match a given EntityType. |
Uses of EntityType in jcreek.representation.cbr |
Subclasses of EntityType in jcreek.representation.cbr | |
class |
Case
A case is a particular type of entity that represents a case (in the Case- Based Reasoning sense). |
class |
ClassEntity
Represents an entity type that encapsulates a Java Class object. |
class |
StringEntity
A particular type of entity that encapsulates an instance of String. |
class |
URLEntity
A particular type of entity that encapsulates an instance of URL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |