Uses of Interface
de.xima.fc.interfaces.workflow.INodeKeyProviding
-
Packages that use INodeKeyProviding Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.interfaces.workflow.analysis de.xima.fc.mdl.workflow -
-
Uses of INodeKeyProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement INodeKeyProviding Modifier and Type Class Description classWorkflowNodeA workflow node that represents a statement in a workflow task. -
Uses of INodeKeyProviding in de.xima.fc.interfaces.workflow.analysis
Subinterfaces of INodeKeyProviding in de.xima.fc.interfaces.workflow.analysis Modifier and Type Interface Description interfaceIVirtualFlowGraphNodeA virtual node in the flow graph that does not correspond to an existingWorkflowNode.Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type INodeKeyProviding Modifier and Type Method Description default voidICreateFlowGraphContext. connect(com.google.common.collect.ImmutableSet<NodeKey> from, INodeKeyProviding to, IFlowGraphEdgeDataConfigurator data)For eachsourceinfrom, adds an edge(source, to)to the flow graph.default voidICreateFlowGraphContext. connect(INodeKeyProviding from, INodeKeyProviding to, IFlowGraphEdgeDataConfigurator data)Adds an edge(from, to)to the flow graph.default voidICreateFlowGraphContext. connect(INodeKeyProviding from, TElement toParent, int toChildIndex, IFlowGraphEdgeDataConfigurator data)Finds thechildat the given index in thetoParentand adds an edge(from, child)to the flow graph.default voidICreateFlowGraphContext. connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, INodeKeyProviding to, IFlowGraphEdgeDataConfigurator data)For eachsourceinfrom, adds an edge(source, to)to the flow graph.default booleanITaskFlowAnalysisData. isRealNode(INodeKeyProviding nodeKey)Checks whether the given node is a realWorkflowNode, seeIVirtualFlowGraphNodeandITaskFlowAnalysisData.getVirtualNodes()for more details.default booleanITaskFlowAnalysisData. isVirtualNode(INodeKeyProviding nodeKey)Checks whether the given node is a virtual node, seeIVirtualFlowGraphNodeandITaskFlowAnalysisData.getVirtualNodes()for more details.Method parameters in de.xima.fc.interfaces.workflow.analysis with type arguments of type INodeKeyProviding Modifier and Type Method Description default voidICreateFlowGraphContext. connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, INodeKeyProviding to, IFlowGraphEdgeDataConfigurator data)For eachsourceinfrom, adds an edge(source, to)to the flow graph.voidICreateFlowGraphContext. connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, NodeKey to, IFlowGraphEdgeDataConfigurator data)For eachsourceinfrom, adds an edge(source, to)to the flow graph.voidICreateFlowGraphContext. connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, TElement toParent, int toChildIndex, IFlowGraphEdgeDataConfigurator data)Finds thechildat the given index in thetoParentand adds an edge(from, child)to the flow graph.voidICreateFlowGraphContext. connectEndPoints(com.google.common.collect.ImmutableSet<? extends INodeKeyProviding> from, TElement to, IFlowGraphEdgeDataConfigurator data)Adds an edge(from, child)to the flow graph for every element in the set of from nodes. -
Uses of INodeKeyProviding in de.xima.fc.mdl.workflow
Classes in de.xima.fc.mdl.workflow that implement INodeKeyProviding Modifier and Type Class Description classFlowGraphEndPointBase class for flow graph end point, used when analyzing the control flow of a workflow processing chain.static classFlowGraphEndPoint.ControlTransferA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static classFlowGraphEndPoint.NormalA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static classFlowGraphEndPoint.ReturningA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static classFlowGraphEndPoint.ThrowingA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.
-