Uses of Class
de.codecentric.reedelk.platform.graph.ExecutionNode.ReferencePair
-
Packages that use ExecutionNode.ReferencePair Package Description de.codecentric.reedelk.platform.graph -
-
Uses of ExecutionNode.ReferencePair in de.codecentric.reedelk.platform.graph
Methods in de.codecentric.reedelk.platform.graph that return ExecutionNode.ReferencePair Modifier and Type Method Description ExecutionNode.ReferencePair<de.codecentric.reedelk.runtime.api.component.Component>ExecutionNode. getComponentReference()Methods in de.codecentric.reedelk.platform.graph that return types with arguments of type ExecutionNode.ReferencePair Modifier and Type Method Description List<ExecutionNode.ReferencePair<de.codecentric.reedelk.runtime.api.component.Implementor>>ExecutionNode. getDependencyReferences()Methods in de.codecentric.reedelk.platform.graph with parameters of type ExecutionNode.ReferencePair Modifier and Type Method Description voidExecutionNode. add(ExecutionNode.ReferencePair<de.codecentric.reedelk.runtime.api.component.Implementor> dependencyReference)Constructors in de.codecentric.reedelk.platform.graph with parameters of type ExecutionNode.ReferencePair Constructor Description ExecutionNode(ExecutionNode.ReferencePair<de.codecentric.reedelk.runtime.api.component.Component> componentReference)
-