DeerExecutionNodeWrapper, ExecutionNodeWrapper<DeerExecutionNode,Model>, Parameterized, Plugin, org.pf4j.ExtensionPointSparqlAnalyticsWrapperpublic abstract class AbstractParameterizedDeerExecutionNodeWrapper extends AbstractParameterizedExecutionNodeWrapper<DeerExecutionNode,Model> implements DeerExecutionNodeWrapper
| Constructor | Description |
|---|---|
AbstractParameterizedDeerExecutionNodeWrapper() |
| Modifier and Type | Method | Description |
|---|---|---|
Resource |
getType() |
Get the type URI resource of the
ParametrizedPlugin. |
getId, initPluginIdgetParameterMap, initParameters, isInitializedwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateParameterMapgetId, initPluginId, isInitializedpublic AbstractParameterizedDeerExecutionNodeWrapper()
@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.