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,ExecutionNodeWrapper<DeerExecutionNode,Model>,Plugin,org.pf4j.ExtensionPoint
public abstract class AbstractDeerExecutionNodeWrapper
extends AbstractExecutionNodeWrapper<DeerExecutionNode,Model>
implements DeerExecutionNodeWrapper
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.faraday_cage.decorator.AbstractExecutionNodeWrapper
getId, initPluginId, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.faraday_cage.decorator.ExecutionNodeWrapper
wrapMethods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, initPluginId, isInitialized
-
Constructor Details
-
AbstractDeerExecutionNodeWrapper
public AbstractDeerExecutionNodeWrapper()
-
-
Method Details
-
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().
-