DeerExecutionNodeWrapper, ExecutionNodeWrapper<DeerExecutionGraphNode,Model>, Plugin, org.pf4j.ExtensionPointpublic abstract class AbstractDeerExecutionGraphNodeWrapper extends AbstractExecutionGraphNodeWrapper<DeerExecutionGraphNode,Model> implements DeerExecutionNodeWrapper
| Constructor | Description |
|---|---|
AbstractDeerExecutionGraphNodeWrapper() |
| Modifier and Type | Method | Description |
|---|---|---|
Resource |
getType() |
Get the type URI resource of the
ParametrizedPlugin. |
getId, initPluginId, isInitializedwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, initPluginId, isInitializedpublic AbstractDeerExecutionGraphNodeWrapper()
@NotNull public Resource getType()
PluginParametrizedPlugin.
The type of a ParametrizedPlugin identifies the implementing class, must be
unique and must not be a blank node.
It is used to instantiate the class using the PluginFactory.
Defaults to using the implementing classes Class.getSimpleName().Copyright © 2019. All rights reserved.