| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| Modifier and Type | Method and Description |
|---|---|
ALDOpNode |
ALDOpNodePort.getOpNode()
Return the opNode of this port
|
ALDOpNode |
ALDOpNode.getParent()
Get the parent opNode.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector<ALDOpNode> |
ALDOpNode.getChildren()
Get the all opNode children found during back tracing.
|
protected Vector<ALDOpNode> |
ALDOpNode.getDirectlyRegisteredChildern()
Get the all
opNode children directly registered during invocation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ALDOpNode.setParent(ALDOpNode parent)
Set the parent opNode.
|
| Constructor and Description |
|---|
ALDInputPort(ALDOpNode opNode,
int idx,
String descriptorName)
Construct an input port within the given
opNode with index idx and
descriptorName as role of the port. |
ALDOpNodePort(String typeName,
ALDOpNode opNode,
int idx,
String descriptorName)
Create a port for an opNode with given index within this opNode and type.
|
ALDOutputPort(ALDOpNode opNode,
int idx,
String descriptorName)
Construct an output port within the given
opNode with index idx and
descriptorName as role of the port. |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.