| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDDataPort
A data port acts as the reference for a data object in the processing history.
|
class |
ALDInputPort
Input port within an
opNode. |
class |
ALDOpNodePort
Abstract class for ports residing within opNodes.
|
class |
ALDOutputPort
Output port within an
opNode. |
| Modifier and Type | Method and Description |
|---|---|
protected ALDPort |
ALDPortHashAccess.getHistoryLink(Object obj)
Get the port to which the object is currently linked in history.
|
ALDPort |
ALDOpNode.getInputPort(int i)
Get input port with index i of this opNode.
|
ALDPort |
ALDPort.getOrigin()
Get the origin of this port, which is the parent
in the processing graph.
|
ALDPort |
ALDEdge.getSourcePort()
Return the source port of the edge.
|
ALDPort |
ALDEdge.getTargetPort()
Return the target port of the edge.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDPortHashAccess.setHistoryLink(Object obj,
ALDPort port)
Set the port to which the object is currently linked in history.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.