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 TypeMethodDescriptiondefault voidICreateFlowGraphContext.connect(com.google.common.collect.ImmutableSet<NodeKey> from, INodeKeyProviding to, IFlowGraphEdgeDataConfigurator data) For eachsourceinfrom, adds an edge(source, to)to the flow graph.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(com.google.common.collect.ImmutableSet<NodeKey> from, TElement to, IFlowGraphEdgeDataConfigurator data) Adds an edge(from, child)to the flow graph for every element in the set of from nodes.default voidICreateFlowGraphContext.connect(INodeKeyProviding from, INodeKeyProviding to, IFlowGraphEdgeDataConfigurator data) Adds an edge(from, to)to the flow graph.default voidICreateFlowGraphContext.connect(INodeKeyProviding 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(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(TElement from, TElement to, IFlowGraphEdgeDataConfigurator data) Adds an edge(from, to)to the flow graph.voidICreateFlowGraphContext.connectChildToParent(TElement parent, int childIndex, IFlowGraphEdgeDataConfigurator data) Finds thechildat the given index in thetoParentand adds an edge(child, parent)to the flow graph.default voidICreateFlowGraphContext.connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, INodeKeyProviding to, IFlowGraphEdgeDataConfigurator data) For eachsourceinfrom, adds an edge(source, to)to the flow graph.voidICreateFlowGraphContext.connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, NodeKey to, IFlowGraphEdgeDataConfigurator data) For eachsourceinfrom, adds an edge(source, to)to the flow graph.voidICreateFlowGraphContext.connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, TElement toParent, int toChildIndex, IFlowGraphEdgeDataConfigurator data) Finds thechildat the given index in thetoParentand adds an edge(from, child)to the flow graph.voidICreateFlowGraphContext.connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, TElement to, IFlowGraphEdgeDataConfigurator data) Adds an edge(from, child)to the flow graph for every element in the set of from nodes.voidICreateFlowGraphContext.connectParentToChild(TElement parent, int childIndex, IFlowGraphEdgeDataConfigurator data) Adds an edge(parent, parent[childIndex])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.controlTransferBackwardsEdge()ICreateFlowGraphParams.controlTransferEdge()ICreateFlowGraphParams.normalBackwardsEdge()ICreateFlowGraphParams.normalEdge()ICreateFlowGraphParams.returningBackwardsEdge()ICreateFlowGraphParams.returningEdge()ICreateFlowGraphParams.throwingBackwardsEdge()ICreateFlowGraphParams.throwingEdge()