See: Description
| Interface | Description |
|---|---|
| ALDOperatorLocationType |
Describes different types of location from which an
ALDOperator may be instantiated. |
| Class | Description |
|---|---|
| ALDData |
This is the abstract class from which all data classes have to be derived
which want properties to be recored when returned from an operator as result.
|
| ALDDataPort |
A data port acts as the reference for a data object in the processing history.
|
| ALDEdge |
This class is used to represent edges of the processing history during
construction of the explicit history graph.
|
| ALDInputPort |
Input port within an
opNode. |
| ALDOperator |
This is the abstract super class for all Alida operators.
|
| ALDOperatorControllable |
Operator class with inherent event handling for execution control.
|
| ALDOperatorLocation | |
| ALDOpNode |
Each instance of this class represents an operator invocation for the
implicit processing graph.
|
| ALDOpNodePort |
Abstract class for ports residing within opNodes.
|
| ALDOpParameterDescriptor |
This class describes the parameters of an operator.
|
| ALDOutputPort |
Output port within an
opNode. |
| ALDParameterDescriptor |
This class describes generic parameters in Alida used, e.g., in parameterized
classes and operators.
|
| ALDParametrizedClassDataIOXmlbeans |
DataIO provider for parametrized classes and operators from command line.
|
| ALDPort |
This is the abstract super class of all ports which
act as proxies to receive or supply objects within a processing graph.
|
| ALDPortHashAccess |
Interface to the port hash map of Alida.
|
| ALDProcessingDAG |
This class handles the construction of a processing DAG from opNode instances
and writing this processing history as extended graphml to file.
|
| GraphmlHelper |
This class supplies some static auxiliary methods used when explicitly constructing
a history graph.
|
| Enum | Description |
|---|---|
| ALDOperator.ConstructioMode |
Mode of implicit construction of the processing graph.
|
| ALDOperator.HidingMode |
Determines the visibility of an operator invocation via
runOp() in
the processing history. |
| ALDOperatorControllable.OperatorControlStatus |
Commands for controlling the operator.
|
| ALDOperatorControllable.OperatorExecutionStatus |
Actual operator status.
|
| ALDOperatorLocation.LocationType | |
| ALDProcessingDAG.HistoryType |
Type of the processing history to be generated.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.