Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IFlowGraphEdgeDataConfigurator
- 
Packages that use IFlowGraphEdgeDataConfigurator Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.params  - 
- 
Uses of IFlowGraphEdgeDataConfigurator in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type IFlowGraphEdgeDataConfigurator Modifier and Type Method Description voidICreateFlowGraphContext. connect(com.google.common.collect.ImmutableSet<NodeKey> from, NodeKey to, IFlowGraphEdgeDataConfigurator data)For eachsourceinfrom, adds an edge(source, to)to the flow graph.voidICreateFlowGraphContext. connect(com.google.common.collect.ImmutableSet<NodeKey> from, TElement toParent, int toChildIndex, IFlowGraphEdgeDataConfigurator data)Finds thechildat the given index in thetoParentand adds an edge(from, child)to the flow graph.voidICreateFlowGraphContext. connect(NodeKey from, NodeKey to, IFlowGraphEdgeDataConfigurator data)Adds an edge(from, to)to the flow graph.voidICreateFlowGraphContext. connect(TElement from, TElement to, IFlowGraphEdgeDataConfigurator data)Adds an edge(from, to)to the flow graph.voidICreateFlowGraphContext. connectParentToChild(TElement parent, int childIndex, IFlowGraphEdgeDataConfigurator data)Adds an edge(from, to)to the flow graph. - 
Uses of IFlowGraphEdgeDataConfigurator in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IFlowGraphEdgeDataConfigurator Modifier and Type Method Description IFlowGraphEdgeDataConfiguratorICreateFlowGraphParams. normalEdge()Aconfiguratorfor marking an edge as anormalforward edge.IFlowGraphEdgeDataConfiguratorICreateFlowGraphParams. throwingEdge()Retrieves aconfiguratorfor marking an edge as athrowingforward edge. 
 -