Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IFlowGraphEdgeData
Packages that use IFlowGraphEdgeData
-
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 IFlowGraphEdgeDataModifier and TypeMethodDescriptioncom.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 IFlowGraphEdgeDataModifier and TypeMethodDescriptionbooleanIFlowGraphFilterInstance.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)