Package | Description |
---|---|
messif.algorithms |
Search algorithms base classes.
|
messif.utility.reflection |
Utilities to create objects from strings using reflection.
|
Class and Description |
---|
NoSuchInstantiatorException
This exception indicates that the
Instantiator cannot be created. |
Class and Description |
---|
ConstructorInstantiator
This class allows to create instances of a given class.
|
Instantiator
Interface for creating instances of a given class.
|
NoSuchInstantiatorException
This exception indicates that the
Instantiator cannot be created. |