|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDOpNode | |
---|---|
de.unihalle.informatik.Alida.operator | Contains the core of Alida, i.e. the operator concept and processing graph stuff. |
Uses of ALDOpNode in de.unihalle.informatik.Alida.operator |
---|
Methods in de.unihalle.informatik.Alida.operator that return ALDOpNode | |
---|---|
ALDOpNode |
ALDOpNodePort.getOpNode()
Return the opNode of this port |
ALDOpNode |
ALDOpNode.getParent()
Get the parent opNode. |
Methods in de.unihalle.informatik.Alida.operator that return types with arguments of type ALDOpNode | |
---|---|
protected java.util.Vector<ALDOpNode> |
ALDOpNode.getChildren()
Get the all opNode children found during back tracing. |
protected java.util.Vector<ALDOpNode> |
ALDOpNode.getDirectlyRegisteredChildern()
Get the all opNode children directly registered during invocation. |
Methods in de.unihalle.informatik.Alida.operator with parameters of type ALDOpNode | |
---|---|
void |
ALDOpNode.setParent(ALDOpNode parent)
Set the parent opNode. |
Constructors in de.unihalle.informatik.Alida.operator with parameters of type ALDOpNode | |
---|---|
ALDInputPort(ALDOpNode opNode,
int idx,
java.lang.String descriptorName)
Construct an input port within the given opNode with index idx and
descriptorName as role of the port. |
|
ALDOpNodePort(java.lang.String typeName,
ALDOpNode opNode,
int idx,
java.lang.String descriptorName)
Create a port for an opNode with given index within this opNode and type. |
|
ALDOutputPort(ALDOpNode opNode,
int idx,
java.lang.String descriptorName)
Construct an output port within the given opNode with index idx and
descriptorName as role of the port. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |