Class AbstractDeerExecutionNodeWrapper

    • Constructor Detail

      • AbstractDeerExecutionNodeWrapper

        public AbstractDeerExecutionNodeWrapper()
    • Method Detail

      • 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