Uses of Class
de.xima.fc.interfaces.workflow.analysis.EVirtualFlowGraphNodePurpose
-
Packages that use EVirtualFlowGraphNodePurpose Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.params -
-
Uses of EVirtualFlowGraphNodePurpose in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return EVirtualFlowGraphNodePurpose Modifier and Type Method Description EVirtualFlowGraphNodePurpose
IVirtualFlowGraphNode. getPurpose()
Gets the reason with the purpose why this virtual flow graph node was introduced.static EVirtualFlowGraphNodePurpose
EVirtualFlowGraphNodePurpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static EVirtualFlowGraphNodePurpose[]
EVirtualFlowGraphNodePurpose. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EVirtualFlowGraphNodePurpose in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type EVirtualFlowGraphNodePurpose Modifier and Type Method Description IVirtualFlowGraphNode
ICreateFlowGraphParams. newVirtualNode(EVirtualFlowGraphNodePurpose purpose)
Creates aIVirtualFlowGraphNode
and adds its to the flow graph.
-