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 Details

    • AbstractDeerExecutionNodeWrapper

      public AbstractDeerExecutionNodeWrapper()
  • Method Details

    • getType

      public Resource getType()
      Description copied from interface: Plugin
      Get the type URI resource of the ParametrizedPlugin. 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().
      Specified by:
      getType in interface Plugin
      Returns:
      RDF URI resource identifying the implementation class