Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IVirtualFlowGraphNode
Packages that use IVirtualFlowGraphNode
-
Uses of IVirtualFlowGraphNode in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return types with arguments of type IVirtualFlowGraphNodeModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<NodeKey, IVirtualFlowGraphNode> ITaskFlowAnalysisData.getVirtualNodes()An index with allvirtualflow graph nodes that were introduced into the graph. -
Uses of IVirtualFlowGraphNode in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IVirtualFlowGraphNodeModifier and TypeMethodDescriptionICreateFlowGraphParams.newVirtualNode(EVirtualFlowGraphNodePurpose purpose) Creates aIVirtualFlowGraphNodeand adds its to the flow graph.