ExecutionGraphNode<T>, Parameterized, Plugin, org.pf4j.ExtensionPointAbstractParameterizedDeerExecutionGraphNodeDecoratorpublic abstract class AbstractParameterizedExecutionGraphNodeDecorator<V extends Parameterized & ExecutionGraphNode<T>,T> extends AbstractExecutionGraphNodeDecorator<T> implements Parameterized
ExecutionGraphNode.DegreeBounds| Constructor | Description |
|---|---|
AbstractParameterizedExecutionGraphNodeDecorator(V other) |
| Modifier and Type | Method | Description |
|---|---|---|
ValidatableParameterMap |
createParameterMap() |
Create an uninitialized
ParameterMap to be filled by the
ExecutionGraphGenerator. |
ValidatableParameterMap |
getParameterMap() |
Get this instances configuration as an initialized
ParameterMap. |
void |
initParameters(ValidatableParameterMap parameterMap) |
Accept an initialized
ParameterMap in order to configure this instance. |
apply, getDegreeBounds, getId, getInDegree, getOutDegree, getType, getWrapped, initDegrees, initPluginId, isInitialized, usesImplicitCloningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisInitializedpublic AbstractParameterizedExecutionGraphNodeDecorator(V other)
public ValidatableParameterMap createParameterMap()
ParameterizedParameterMap to be filled by the
ExecutionGraphGenerator.createParameterMap in interface ParameterizedParameterMap containing all allowed Parameterpublic final void initParameters(ValidatableParameterMap parameterMap)
ParameterizedParameterMap in order to configure this instance.initParameters in interface ParameterizedparameterMap - an initialized ParameterMappublic final ValidatableParameterMap getParameterMap()
ParameterizedParameterMap.getParameterMap in interface ParameterizedParameterMap.Copyright © 2019. All rights reserved.