DeerExecutionNodeWrapper, ExecutionNodeWrapper<DeerExecutionNode,Model>, Plugin, org.pf4j.ExtensionPointpublic abstract class AbstractDeerExecutionNodeWrapper extends AbstractExecutionNodeWrapper<DeerExecutionNode,Model> implements DeerExecutionNodeWrapper
| Constructor | Description |
|---|---|
AbstractDeerExecutionNodeWrapper() |
| 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, isInitialized@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.