Package | Description |
---|---|
de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
Modifier and Type | Field and Description |
---|---|
private ALDOutputPort[] |
ALDOpNode.outputPorts
the output ports of this opNode.
|
Modifier and Type | Method and Description |
---|---|
ALDOutputPort |
ALDOpNode.getOutputPort(int i)
Get output port with index i of this opNode.
|
protected ALDOutputPort[] |
ALDOpNode.getOutputPorts()
Get all output ports of this opNode.
|
Modifier and Type | Method and Description |
---|---|
private Vector<ALDInputPort> |
ALDProcessingDAG.visitOpNode(ALDOpNode opNode,
ALDOutputPort portOfInterest,
int depth)
Visit the opNode either completely or according to data dependency as define by the opNode
and the globale state of the processing DAG.
|
private Vector<ALDInputPort> |
ALDProcessingDAG.visitOpNodeDatadependency(ALDOpNode opNode,
ALDOutputPort portOfInterest,
int depth)
Visit the opNode detecting all inner children and data ports on which
the output port of interest portOfInterest depends on.
|
Modifier and Type | Method and Description |
---|---|
private void |
ALDProcessingDAG.handleInputPorts(ALDOpNode parentOpNode,
Vector<ALDInputPort> inputPorts,
Vector<ALDInputPort> parentsInputports,
LinkedList<ALDOutputPort> outputPortToTraceback)
Trace back each port of inputPorts which are input ports of a child of parentOpNode.
|
Copyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.