|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerEntityType | |
---|---|
de.tudresden.inf.lat.jcel.coreontology.datatype |
Provides interfaces and classes with the data types used in
the normalized axioms of the classification algorithm. |
Uses of IntegerEntityType in de.tudresden.inf.lat.jcel.coreontology.datatype |
---|
Methods in de.tudresden.inf.lat.jcel.coreontology.datatype that return IntegerEntityType | |
---|---|
IntegerEntityType |
IntegerEntityManagerImpl.getType(Integer identifier)
|
IntegerEntityType |
IntegerEntityManager.getType(Integer identifier)
Returns the entity type for the given identifier |
static IntegerEntityType |
IntegerEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IntegerEntityType[] |
IntegerEntityType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.tudresden.inf.lat.jcel.coreontology.datatype with parameters of type IntegerEntityType | |
---|---|
Integer |
IntegerEntityManagerImpl.createAnonymousEntity(IntegerEntityType type,
boolean auxiliary)
|
Integer |
IntegerEntityManager.createAnonymousEntity(IntegerEntityType type,
boolean auxiliary)
Creates a new entity of a certain type. |
Integer |
IntegerEntityManagerImpl.createNamedEntity(IntegerEntityType type,
String name,
boolean auxiliary)
|
Integer |
IntegerEntityManager.createNamedEntity(IntegerEntityType type,
String name,
boolean auxiliary)
Creates a new entity of a certain type. |
Set<Integer> |
IntegerEntityManagerImpl.getEntities(IntegerEntityType type,
boolean auxiliary)
|
Set<Integer> |
IntegerEntityManager.getEntities(IntegerEntityType type,
boolean auxiliary)
Returns the set of identifiers of auxiliary entities of a certain type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |