See: Description
| Interface | Description |
|---|---|
| InstantiableFromParameterSet |
Interface for all classes that can be instantiated from a
InstanceParameterSet. |
| Singleton |
This interface states that the implementing class has only one immutable instance.
|
| Storable |
This is the root interface for all immutable objects that must be stored in
e.g.
|
| Class | Description |
|---|---|
| AnnotatedEntity |
Superclass for all Jstacs entities that have a name, a comment, and a data type as annotations.
|
| AnnotatedEntityList<T extends AnnotatedEntity> |
Class for a list of
AnnotatedEntitys where
elements can be accessed either by index or by the name
of the AnnotatedEntity. |
| Singleton.SingletonHandler |
This handler helps to retrieve the single instance of a
Singleton. |
| Enum | Description |
|---|---|
| DataType |
| Exception | Description |
|---|---|
| NotTrainedException |
A
NotTrainedException is thrown if the user tries to use an untrained
model. |