|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 HashMap<com.mxgraph.model.mxCell,ALDWorkflowEdgeID> |
ALDGrappaWorkbenchTab.graphEdgeIDs
Map of edge cells and their corresponding Alida workflow IDs. |
protected 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,
String sourceParameterName,
ALDWorkflowNodeID targetNodeId,
String targetParameterName)
This method calls createEdge with the argument allowDataConversion = false . |
ALDWorkflowEdgeID |
ALDWorkflow.createEdge(ALDWorkflowNodeID sourceNodeId,
String sourceParameterName,
ALDWorkflowNodeID targetNodeId,
String targetParameterName,
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(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 | |
---|---|
HashMap<ALDWorkflowEdgeID,Integer> |
ALDWorkflow.getMappingEdgeIdToInteger()
Return the current mapping of EdgeIds to integer ids. |
HashMap<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 |
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 |
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,
String newSourceParameterName)
Call redirectSource with with the argument allowDataConversion = false . |
void |
ALDWorkflow.redirectSource(ALDWorkflowEdgeID edgeId,
ALDWorkflowNodeID newSourceNodeId,
String newSourceParameterName,
Boolean allowDataConversion)
Redirect the source of an edge. |
void |
ALDWorkflow.redirectTarget(ALDWorkflowEdgeID edgeId,
ALDWorkflowNodeID newTargetNodeId,
String newTargetParameterName)
Calls redirectTarget with the argument allowDataConversion = false
The same restrictions as for createEdge apply. |
void |
ALDWorkflow.redirectTarget(ALDWorkflowEdgeID edgeId,
ALDWorkflowNodeID newTargetNodeId,
String newTargetParameterName,
Boolean allowDataConversion)
Redirect the target of an edge. |
void |
ALDWorkflow.removeEdge(ALDWorkflowEdgeID edgeId)
Remove an edge from the workflow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |