Class | Description |
---|---|
AbstractComponent |
Abstract base superclass for all FREVO components.
|
AbstractMethod |
Abstract superclass for Method components.
|
AbstractMultiProblem |
Provides a general interface to formulate own problems that evaluates multiple representations at a time.
|
AbstractProblem |
Base abstract superclass for Problem components.
|
AbstractRanking |
Abstract superclass for ranking/sorting candidates.
|
AbstractRepresentation |
Abstract formulation of a candidate representation.
|
AbstractSingleProblem |
Provides a general interface to formulate own problems that evaluates a single representations at a time.
|
ComponentClassLoader |
FREVO Component Class loader that is used to load components being outside of the normal classpath using their binary names.
|
ComponentXMLData |
Class loading and keeping all data about a single component read from an XML descriptor file.
|
FileType |
Describes a file type along with its file extension.
|
ProblemXMLData | |
XMLFieldEntry |
Represents an entry loaded from component XML descriptor files.
|
Enum | Description |
---|---|
ComponentType |
Provides a list of component types
|
XMLFieldType |
Enumeration of possible types of variables defined in properties and requirements.
|