Class AbstractExecutionNodeDecorator<T>

    • Constructor Detail

      • AbstractExecutionNodeDecorator

        public AbstractExecutionNodeDecorator​(ExecutionNode<T> other)
    • Method Detail

      • apply

        public java.util.List<T> apply​(java.util.List<T> data)
        Specified by:
        apply in interface ExecutionNode<T>
      • initDegrees

        public final void initDegrees​(int inDegree,
                                      int outDegree)
        Specified by:
        initDegrees in interface ExecutionNode<T>
      • getType

        public final 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
      • isInitialized

        public final boolean isInitialized()
        Description copied from interface: Plugin
        Get initialization status
        Specified by:
        isInitialized in interface Plugin
        Returns:
        true, if initialized; false, else.