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 boolean
IFlowGraphFilterInstance. allowsEdge(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data)
Filter for all edges.boolean
IFlowGraphFilterInstance. allowsFinalEdge(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData data)
Filter for the fianl edge type via which a source node should connect to a target node.boolean
IFlowGraphFilterInstance. 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 boolean
IFlowGraphFilterInstance. test(NodeKey nodeU, NodeKey nodeV, IFlowGraphEdgeData edgeValue)
-