|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDPort | |
---|---|
de.unihalle.informatik.Alida.operator | Contains the core of Alida, i.e. the operator concept and processing graph stuff. |
Uses of ALDPort in de.unihalle.informatik.Alida.operator |
---|
Subclasses of ALDPort in de.unihalle.informatik.Alida.operator | |
---|---|
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 . |
Methods in de.unihalle.informatik.Alida.operator that return ALDPort | |
---|---|
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. |
Methods in de.unihalle.informatik.Alida.operator with parameters of type ALDPort | |
---|---|
protected void |
ALDPortHashAccess.setHistoryLink(Object obj,
ALDPort port)
Set the port to which the object is currently linked in history. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |