Uses of Class
de.unihalle.informatik.Alida.workflows.ALDWorkflowNode

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
 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.
 

Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowNode
 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.
 

Constructors in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowNode
ALDWorkflowEdge(ALDWorkflowNode sourceNode, String sourceParameterName, ALDWorkflowNode targetNode, String targetParameterName)
          Create an edge with the given source and target.
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.