Package org.aksw.deer.decorators
Class AbstractDeerExecutionNodeWrapper
- java.lang.Object
-
- org.aksw.faraday_cage.decorator.AbstractExecutionNodeWrapper<DeerExecutionNode,Model>
-
- org.aksw.deer.decorators.AbstractDeerExecutionNodeWrapper
-
- All Implemented Interfaces:
DeerExecutionNodeWrapper,DeerPlugin,ExecutionNodeWrapper<DeerExecutionNode,Model>,Plugin,org.pf4j.ExtensionPoint
public abstract class AbstractDeerExecutionNodeWrapper extends AbstractExecutionNodeWrapper<DeerExecutionNode,Model> implements DeerExecutionNodeWrapper
-
-
Constructor Summary
Constructors Constructor Description AbstractDeerExecutionNodeWrapper()
-
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.AbstractExecutionNodeWrapper
getId, initPluginId, isInitialized
-
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.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().
-
-