ExecutionNode<T>, Parameterized, Plugin, org.pf4j.ExtensionPointAbstractParameterizedDeerExecutionNodeDecoratorpublic abstract class AbstractParameterizedExecutionNodeDecorator<V extends Parameterized & ExecutionNode<T>,T> extends AbstractExecutionNodeDecorator<T> implements Parameterized
ExecutionNode.DegreeBounds| Constructor | Description |
|---|---|
AbstractParameterizedExecutionNodeDecorator(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 AbstractParameterizedExecutionNodeDecorator(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.