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

Packages that use ALDWorkflowEdge
de.unihalle.informatik.Alida.workflows Classes related to workflows in Alida. 
 

Uses of ALDWorkflowEdge in de.unihalle.informatik.Alida.workflows
 

Methods in de.unihalle.informatik.Alida.workflows that return ALDWorkflowEdge
 ALDWorkflowEdge ALDWorkflow.getEdge(ALDWorkflowEdgeID edgeId)
          Get the workflow edge associated with edgeId.
 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 ALDWorkflowEdge ALDWorkflow.mapeEdgeIdToEdge(ALDWorkflowEdgeID edgeId)
          Map an edgeId to its edge.
 

Methods in de.unihalle.informatik.Alida.workflows that return types with arguments of type ALDWorkflowEdge
protected  java.util.Vector<ALDWorkflowEdge> ALDWorkflowNode.getInEdges()
          Returns all incoming edges.
 java.util.Collection<ALDWorkflowEdge> ALDWorkflowNode.getInEdgesForParameter(java.lang.String parameterName)
          Return all incoming edges for this node which have their target at parameterName.
protected  java.util.Vector<ALDWorkflowEdge> ALDWorkflowNode.getOutEdges()
          Returns all outgoing edges.
 java.util.Collection<ALDWorkflowEdge> ALDWorkflowNode.getOutEdgesForParameter(java.lang.String parameterName)
          Return outgoing edges for this node which have their source at parameterName.
 

Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowEdge
protected static ALDWorkflowEdgeID ALDWorkflow.mapEgdeToEdgeId(ALDWorkflowEdge edge)
           
 



Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.