Package org.aksw.deer.decorators
Class AbstractParameterizedDeerExecutionNodeWrapper
- java.lang.Object
-
- org.aksw.faraday_cage.decorator.AbstractExecutionNodeWrapper<V,T>
-
- org.aksw.faraday_cage.decorator.AbstractParameterizedExecutionNodeWrapper<DeerExecutionNode,Model>
-
- org.aksw.deer.decorators.AbstractParameterizedDeerExecutionNodeWrapper
-
- All Implemented Interfaces:
DeerExecutionNodeWrapper,DeerPlugin,ExecutionNodeWrapper<DeerExecutionNode,Model>,Parameterized,Plugin,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
SparqlAnalyticsWrapper
public abstract class AbstractParameterizedDeerExecutionNodeWrapper extends AbstractParameterizedExecutionNodeWrapper<DeerExecutionNode,Model> implements DeerExecutionNodeWrapper
-
-
Constructor Summary
Constructors Constructor Description AbstractParameterizedDeerExecutionNodeWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetType()Get the type URI resource of theParametrizedPlugin.-
Methods inherited from class org.aksw.faraday_cage.decorator.AbstractParameterizedExecutionNodeWrapper
getParameterMap, initParameters, isInitialized
-
Methods inherited from class org.aksw.faraday_cage.decorator.AbstractExecutionNodeWrapper
getId, initPluginId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.aksw.deer.DeerPlugin
getDescription, getDocumentationURL
-
Methods inherited from interface org.aksw.faraday_cage.decorator.ExecutionNodeWrapper
wrap
-
Methods inherited from interface org.aksw.faraday_cage.engine.Parameterized
createParameterMap
-
Methods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, initPluginId, isInitialized
-
-
-
-
Method Detail
-
getType
public Resource getType()
Description copied from interface:PluginGet the type URI resource of theParametrizedPlugin. The type of aParametrizedPluginidentifies the implementing class, must be unique and must not be a blank node. It is used to instantiate the class using thePluginFactory. Defaults to using the implementing classesClass.getSimpleName().
-
-