| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ALDWorkflowNode> |
ALDWorkflowNode.getAncestors()
Return all ancestors of this node.
|
Set<ALDWorkflowNode> |
ALDWorkflowNode.getChildren()
Return all children nodes of this node.
|
Set<ALDWorkflowNode> |
ALDWorkflowNode.getDescendants()
Return the nodeIds of all descendants of the given node.
|
Collection<ALDWorkflowNode> |
ALDWorkflow.getNodes()
Return a collection of all nodes of this workflow
|
Set<ALDWorkflowNode> |
ALDWorkflowNode.getParents()
Return all parents of this node.
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflowEdge |
ALDWorkflow.getEdge(ALDWorkflowNode sourceNode,
String sourceParameterName,
ALDWorkflowNode targetNode,
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,
String newSourceParameterName)
Redirect the source of this edge
|
protected void |
ALDWorkflowEdge.redirectTarget(ALDWorkflowNode newTargetNode,
String newTargetParameterName)
Redirect the target of this node.
|
| Constructor and Description |
|---|
ALDWorkflowEdge(ALDWorkflowNode sourceNode,
String sourceParameterName,
ALDWorkflowNode targetNode,
String targetParameterName)
Create an edge with the given source and target.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.