Class AbstractParameterizedDeerExecutionNodeWrapper

All Implemented Interfaces:
DeerExecutionNodeWrapper, ExecutionNodeWrapper<DeerExecutionNode,​Model>, Parameterized, Plugin, org.pf4j.ExtensionPoint
Direct Known Subclasses:
SparqlAnalyticsWrapper

public abstract class AbstractParameterizedDeerExecutionNodeWrapper extends AbstractParameterizedExecutionNodeWrapper<DeerExecutionNode,​Model> implements DeerExecutionNodeWrapper
  • Constructor Details

    • AbstractParameterizedDeerExecutionNodeWrapper

      public AbstractParameterizedDeerExecutionNodeWrapper()
  • 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