Package org.aksw.faraday_cage.decorator
Interface ExecutionNodeWrapper<V extends ExecutionNode<T>,T>
-
- All Superinterfaces:
org.pf4j.ExtensionPoint,Plugin
- All Known Implementing Classes:
AbstractExecutionNodeWrapper,AbstractParameterizedExecutionNodeWrapper
public interface ExecutionNodeWrapper<V extends ExecutionNode<T>,T> extends Plugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vwrap(V executionNode)-
Methods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, getType, initPluginId, isInitialized
-
-