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 Object
implements ExecutionNodeWrapper<V,T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidinitPluginId(Resource id)booleanGet initialization statusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.faraday_cage.decorator.ExecutionNodeWrapper
wrap
-
Constructor Details
-
AbstractExecutionNodeWrapper
public AbstractExecutionNodeWrapper()
-
-
Method Details
-
getId
-
initPluginId
- 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.
-