Interface ExecutionNodeWrapper<V extends ExecutionNode<T>,​T>

All Superinterfaces:
org.pf4j.ExtensionPoint, Plugin
All Known Subinterfaces:
DeerExecutionNodeWrapper
All Known Implementing Classes:
AbstractDeerExecutionNodeWrapper, AbstractExecutionNodeWrapper, AbstractParameterizedDeerExecutionNodeWrapper, AbstractParameterizedExecutionNodeWrapper, SparqlAnalyticsWrapper

public interface ExecutionNodeWrapper<V extends ExecutionNode<T>,​T> extends Plugin
  • Method Details

    • wrap

      V wrap(V executionNode)