Uses of Interface
de.xima.fc.interfaces.workflow.INodeKeyProviding
Packages that use INodeKeyProviding
Package
Description
Package für Datenbankentitäten
-
Uses of INodeKeyProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement INodeKeyProvidingModifier and TypeClassDescriptionclassA 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.analysisModifier and TypeInterfaceDescriptioninterfaceA 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 INodeKeyProvidingModifier and TypeMethodDescriptiondefault 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 IFlowGraphEndPointsITaskFlowAnalysisData.getEndPoints(INodeKeyProviding node) The end points of the given node.IWorkflowFlowAnalysis.getEndPoints(INodeKeyProviding node) Convenience method for obtaining thetask analysis, then using it to obtain theend points.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 INodeKeyProvidingModifier and TypeMethodDescriptiondefault 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 INodeKeyProvidingModifier and TypeClassDescriptionclassBase class for flow graph end point, used when analyzing the control flow of a workflow processing chain.static final classA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static final classA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static final classA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static final classA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain. -
Uses of INodeKeyProviding in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis with parameters of type INodeKeyProviding