Package org.aksw.deer.decorators
Class AbstractDeerExecutionNodeDecorator
java.lang.Object
org.aksw.faraday_cage.decorator.AbstractExecutionNodeDecorator<Model>
org.aksw.deer.decorators.AbstractDeerExecutionNodeDecorator
- All Implemented Interfaces:
DeerExecutionNode,ExecutionNode<Model>,Plugin,org.pf4j.ExtensionPoint
public abstract class AbstractDeerExecutionNodeDecorator
extends AbstractExecutionNodeDecorator<Model>
implements DeerExecutionNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
ExecutionNode.DegreeBounds -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.faraday_cage.decorator.AbstractExecutionNodeDecorator
apply, deepCopy, getDegreeBounds, getId, getInDegree, getOutDegree, getType, getWrapped, initDegrees, initPluginId, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
apply, deepCopy, getDegreeBounds, getInDegree, getOutDegree, initDegreesMethods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, getType, initPluginId, isInitialized
-
Constructor Details
-
AbstractDeerExecutionNodeDecorator
-