| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflowEdge |
ALDWorkflow.getEdge(ALDWorkflowEdgeID edgeId)
Get the workflow edge associated with
edgeId. |
ALDWorkflowEdge |
ALDWorkflow.getEdge(ALDWorkflowNode sourceNode,
String sourceParameterName,
ALDWorkflowNode targetNode,
String targetParameterName)
Get the workflow edge connecting given edges and parameters.
|
protected static ALDWorkflowEdge |
ALDWorkflow.mapeEdgeIdToEdge(ALDWorkflowEdgeID edgeId)
Map an edgeId to its edge.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ALDWorkflowEdge> |
ALDWorkflow.getEdges()
Return a collection of all edges of this workflow
|
protected Vector<ALDWorkflowEdge> |
ALDWorkflowNode.getInEdges()
Returns all incoming edges.
|
Collection<ALDWorkflowEdge> |
ALDWorkflowNode.getInEdgesForParameter(String parameterName)
Return all incoming edges for this node which
have their target at
parameterName. |
protected Vector<ALDWorkflowEdge> |
ALDWorkflowNode.getOutEdges()
Returns all outgoing edges.
|
Collection<ALDWorkflowEdge> |
ALDWorkflowNode.getOutEdgesForParameter(String parameterName)
Return outgoing edges for this node which
have their source at
parameterName. |
| Modifier and Type | Method and Description |
|---|---|
protected static ALDWorkflowEdgeID |
ALDWorkflow.mapEgdeToEdgeId(ALDWorkflowEdge edge) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.