Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IFlowGraphEdgeDataConfigurator
Packages that use IFlowGraphEdgeDataConfigurator
- 
Uses of IFlowGraphEdgeDataConfigurator in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type IFlowGraphEdgeDataConfiguratorModifier and TypeMethodDescriptionvoidICreateFlowGraphContext.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 IFlowGraphEdgeDataConfiguratorModifier and TypeMethodDescriptionICreateFlowGraphParams.normalEdge()Aconfiguratorfor marking an edge as anormalforward edge.ICreateFlowGraphParams.throwingEdge()Retrieves aconfiguratorfor marking an edge as athrowingforward edge.