Package | Description |
---|---|
de.tudresden.inf.lat.jcel.coreontology.datatype |
Provides interfaces and classes with the data types used in
the normalized axioms of the classification algorithm.
|
Modifier and Type | Method and Description |
---|---|
IntegerEntityType |
IntegerEntityManager.getType(Integer identifier)
Returns the entity type for the given identifier
|
IntegerEntityType |
IntegerEntityManagerImpl.getType(Integer 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.
|
Modifier and Type | Method and Description |
---|---|
Integer |
IntegerEntityManager.createAnonymousEntity(IntegerEntityType type,
boolean auxiliary)
Creates a new entity of a certain type.
|
Integer |
IntegerEntityManagerImpl.createAnonymousEntity(IntegerEntityType type,
boolean auxiliary) |
Integer |
IntegerEntityManager.createNamedEntity(IntegerEntityType type,
String name,
boolean auxiliary)
Creates a new entity of a certain type.
|
Integer |
IntegerEntityManagerImpl.createNamedEntity(IntegerEntityType type,
String name,
boolean auxiliary) |
Set<Integer> |
IntegerEntityManager.getEntities(IntegerEntityType type)
Returns the set of identifiers of entities of a certain type.
|
Set<Integer> |
IntegerEntityManagerImpl.getEntities(IntegerEntityType type) |
Set<Integer> |
IntegerEntityManager.getEntities(IntegerEntityType type,
boolean auxiliary)
Returns either the set of identifiers of auxiliary entities or the set of
identifiers of non-auxiliary entities.
|
Set<Integer> |
IntegerEntityManagerImpl.getEntities(IntegerEntityType type,
boolean auxiliary) |
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.