|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDWorkflowNode | |
---|---|
de.unihalle.informatik.Alida.workflows | Classes related to workflows in Alida. |
Uses of ALDWorkflowNode in de.unihalle.informatik.Alida.workflows |
---|
Methods in de.unihalle.informatik.Alida.workflows that return ALDWorkflowNode | |
---|---|
ALDWorkflowNode |
ALDWorkflow.getNode(ALDWorkflowNodeID nodeId)
Get the workflow node associated with nodeId . |
ALDWorkflowNode |
ALDWorkflowEdge.getSourceNode()
Returns the source node. |
ALDWorkflowNode |
ALDWorkflowEdge.getTargetNode()
Returns the target node. |
protected static ALDWorkflowNode |
ALDWorkflow.mapNodeIdToNode(ALDWorkflowNodeID nodeId)
Map a nodeId to its node. |
Methods in de.unihalle.informatik.Alida.workflows that return types with arguments of type ALDWorkflowNode | |
---|---|
java.util.Set<ALDWorkflowNode> |
ALDWorkflowNode.getAncestors()
Return all ancestors of this node. |
java.util.Set<ALDWorkflowNode> |
ALDWorkflowNode.getChildren()
Return all children nodes of this node. |
java.util.Set<ALDWorkflowNode> |
ALDWorkflowNode.getDescendants()
Return the nodeIds of all descendants of the given node. |
java.util.Collection<ALDWorkflowNode> |
ALDWorkflow.getNodes()
Return a collection of all nodes of this workflow |
java.util.Set<ALDWorkflowNode> |
ALDWorkflowNode.getParents()
Return all parents of this node. |
Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowNode | |
---|---|
ALDWorkflowEdge |
ALDWorkflow.getEdge(ALDWorkflowNode sourceNode,
java.lang.String sourceParameterName,
ALDWorkflowNode targetNode,
java.lang.String targetParameterName)
Get the workflow edge connecting given edges and parameters. |
protected static ALDWorkflowNodeID |
ALDWorkflow.mapNodeToNodeId(ALDWorkflowNode node)
Map a node to its NodeId |
protected void |
ALDWorkflowEdge.redirectSource(ALDWorkflowNode newSourceNode,
java.lang.String newSourceParameterName)
Redirect the source of this edge |
protected void |
ALDWorkflowEdge.redirectTarget(ALDWorkflowNode newTargetNode,
java.lang.String newTargetParameterName)
Redirect the target of this node. |
Constructors in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowNode | |
---|---|
ALDWorkflowEdge(ALDWorkflowNode sourceNode,
java.lang.String sourceParameterName,
ALDWorkflowNode targetNode,
java.lang.String targetParameterName)
Create an edge with the given source and target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |