Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IFlowGraphEdgeData
- 
Packages that use IFlowGraphEdgeData Package Description de.xima.fc.interfaces.workflow.analysis  - 
- 
Uses of IFlowGraphEdgeData in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return types with arguments of type IFlowGraphEdgeData Modifier and Type Method Description com.google.common.graph.ValueGraph<NodeKey,? extends IFlowGraphEdgeData>ITaskFlowAnalysisData. getValueFlowGraph()Returns the flow graph that indicated potential successors for each node.Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type IFlowGraphEdgeData Modifier and Type Method Description booleanIFlowGraphFilterInstance. allowsEdge(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data)Filter for all edges.booleanIFlowGraphFilterInstance. allowsFinalEdge(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data)Filter for the fianl edge type via which a source node should connect to a target node.booleanIFlowGraphFilterInstance. allowsInitialEdge(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data)Filter for the initial edge type via which a source node should connect to a target node.default booleanIFlowGraphFilterInstance. test(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData edgeValue) 
 -