Package org.aksw.faraday_cage.decorator
Class AbstractExecutionNodeWrapper<V extends ExecutionNode<T>,T>
- java.lang.Object
-
- org.aksw.faraday_cage.decorator.AbstractExecutionNodeWrapper<V,T>
-
- All Implemented Interfaces:
ExecutionNodeWrapper<V,T>,Plugin,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
AbstractDeerExecutionNodeWrapper,AbstractParameterizedExecutionNodeWrapper
public abstract class AbstractExecutionNodeWrapper<V extends ExecutionNode<T>,T> extends java.lang.Object implements ExecutionNodeWrapper<V,T>
-
-
Constructor Summary
Constructors Constructor Description AbstractExecutionNodeWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetId()voidinitPluginId(Resource id)booleanisInitialized()Get initialization status-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.aksw.faraday_cage.decorator.ExecutionNodeWrapper
wrap
-
-
-
-
Method Detail
-
initPluginId
public final void initPluginId(Resource id)
- Specified by:
initPluginIdin interfacePlugin
-
isInitialized
public boolean isInitialized()
Description copied from interface:PluginGet initialization status- Specified by:
isInitializedin interfacePlugin- Returns:
true, if initialized;false, else.
-
-