DeerExecutionNodeWrapper, ExecutionNodeWrapper<DeerExecutionGraphNode,Model>, Parameterized, Plugin, org.pf4j.ExtensionPointSparqlAnalyticsWrapperpublic abstract class AbstractParameterizedDeerExecutionGraphNodeWrapper extends AbstractParameterizedExecutionGraphNodeWrapper<DeerExecutionGraphNode,Model> implements DeerExecutionNodeWrapper
| Constructor | Description |
|---|---|
AbstractParameterizedDeerExecutionGraphNodeWrapper() |
| 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 AbstractParameterizedDeerExecutionGraphNodeWrapper()
@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.