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

Packages that use ALDWorkflowEdgeID
de.unihalle.informatik.Alida.grappa Contains all resources for the graphical programming editor Grappa. 
de.unihalle.informatik.Alida.workflows Classes related to workflows in Alida. 
 

Uses of ALDWorkflowEdgeID in de.unihalle.informatik.Alida.grappa
 

Fields in de.unihalle.informatik.Alida.grappa with type parameters of type ALDWorkflowEdgeID
protected  java.util.HashMap<com.mxgraph.model.mxCell,ALDWorkflowEdgeID> ALDGrappaWorkbenchTab.graphEdgeIDs
          Map of edge cells and their corresponding Alida workflow IDs.
protected  java.util.HashMap<ALDWorkflowEdgeID,com.mxgraph.model.mxCell> ALDGrappaWorkbenchTab.graphEdges
          Map of Alida workflow IDs and their corresponding edge cells.
 

Methods in de.unihalle.informatik.Alida.grappa with parameters of type ALDWorkflowEdgeID
protected  void ALDGrappaWorkbenchTab.redirectWorkflowEdge(com.mxgraph.model.mxCell edge, ALDWorkflowEdgeID id, ALDWorkflowNodeID sourceNodeID, ALDWorkflowNodeID targetNodeID, ALDGrappaNodePortInfo sourcePort, ALDGrappaNodePortInfo targetPort)
          Redirects the workflow edge.
 

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

Methods in de.unihalle.informatik.Alida.workflows that return ALDWorkflowEdgeID
 ALDWorkflowEdgeID ALDWorkflow.createEdge(ALDWorkflowNodeID sourceNodeId, java.lang.String sourceParameterName, ALDWorkflowNodeID targetNodeId, java.lang.String targetParameterName)
          This method calls createEdge with the argument allowDataConversion = false.
 ALDWorkflowEdgeID ALDWorkflow.createEdge(ALDWorkflowNodeID sourceNodeId, java.lang.String sourceParameterName, ALDWorkflowNodeID targetNodeId, java.lang.String targetParameterName, java.lang.Boolean allowDataConversion)
          Add an edge representing the data flow between the parameter sourceParameterName in the operator represented by the node with sourceNodeId to the parameter targetParameterName in the operator represented by the node with targetNodeId.
 ALDWorkflowEdgeID ALDWorkflow.getEdgeIdDuringLoading(java.lang.Integer idx)
          Return the edgeId of the idx-th edge according to the order of the edges in the external representation resulting from (last) loading this workflow.
protected static ALDWorkflowEdgeID ALDWorkflow.mapEgdeToEdgeId(ALDWorkflowEdge edge)
           
 

Methods in de.unihalle.informatik.Alida.workflows that return types with arguments of type ALDWorkflowEdgeID
 java.util.Collection<ALDWorkflowEdgeID> ALDWorkflow.getEdgeIds()
          Return the current collection of EdgeIds of this workflow.
 java.util.HashMap<ALDWorkflowEdgeID,java.lang.Integer> ALDWorkflow.getMappingEdgeIdToInteger()
          Return the current mapping of EdgeIds to integer ids.
 java.util.HashMap<java.lang.Integer,ALDWorkflowEdgeID> ALDWorkflow.getMappingIntegerToEdgeId()
          Return the current mapping of integer ids to EdgeIds.
 

Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowEdgeID
 ALDWorkflowEdge ALDWorkflow.getEdge(ALDWorkflowEdgeID edgeId)
          Get the workflow edge associated with edgeId.
 ALDWorkflowNodeID ALDWorkflow.getSourceNodeId(ALDWorkflowEdgeID edgeId)
          Return the NodeId of the source node of this edge
 java.lang.String ALDWorkflow.getSourceParameterName(ALDWorkflowEdgeID edgeId)
          Return the source parameter name of this edge
 ALDWorkflowNodeID ALDWorkflow.getTargetNodeId(ALDWorkflowEdgeID edgeId)
          Return the NodeId of the target node of this edge
 java.lang.String ALDWorkflow.getTargetParameterName(ALDWorkflowEdgeID edgeId)
          Return the target parameter name of this edge
protected static ALDWorkflowEdge ALDWorkflow.mapeEdgeIdToEdge(ALDWorkflowEdgeID edgeId)
          Map an edgeId to its edge.
 void ALDWorkflow.redirectSource(ALDWorkflowEdgeID edgeId, ALDWorkflowNodeID newSourceNodeId, java.lang.String newSourceParameterName)
          Call redirectSource with with the argument allowDataConversion = false.
 void ALDWorkflow.redirectSource(ALDWorkflowEdgeID edgeId, ALDWorkflowNodeID newSourceNodeId, java.lang.String newSourceParameterName, java.lang.Boolean allowDataConversion)
          Redirect the source of an edge.
 void ALDWorkflow.redirectTarget(ALDWorkflowEdgeID edgeId, ALDWorkflowNodeID newTargetNodeId, java.lang.String newTargetParameterName)
          Calls redirectTarget with the argument allowDataConversion = false The same restrictions as for createEdge apply.
 void ALDWorkflow.redirectTarget(ALDWorkflowEdgeID edgeId, ALDWorkflowNodeID newTargetNodeId, java.lang.String newTargetParameterName, java.lang.Boolean allowDataConversion)
          Redirect the target of an edge.
 void ALDWorkflow.removeEdge(ALDWorkflowEdgeID edgeId)
          Remove an edge from the workflow.
 



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