Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IVirtualFlowGraphNode
-
Packages that use IVirtualFlowGraphNode Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.params -
-
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 IVirtualFlowGraphNode Modifier and Type Method Description com.google.common.collect.ImmutableMap<NodeKey,IVirtualFlowGraphNode>
ITaskFlowAnalysisData. getVirtualNodes()
An index with allvirtual
flow 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 IVirtualFlowGraphNode Modifier and Type Method Description IVirtualFlowGraphNode
ICreateFlowGraphParams. newVirtualNode(EVirtualFlowGraphNodePurpose purpose)
Creates aIVirtualFlowGraphNode
and adds its to the flow graph.
-