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,DeerPlugin,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 Constructor Description AbstractDeerExecutionNodeDecorator(ExecutionNode<Model> other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetDocumentationURL()-
Methods inherited from class org.aksw.faraday_cage.decorator.AbstractExecutionNodeDecorator
apply, deepCopy, getDegreeBounds, getId, getInDegree, getOutDegree, getType, getWrapped, initDegrees, initPluginId, isInitialized
-
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.engine.ExecutionNode
apply, deepCopy, getDegreeBounds, getInDegree, getOutDegree, initDegrees
-
Methods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, getType, initPluginId, isInitialized
-
-
-
-
Constructor Detail
-
AbstractDeerExecutionNodeDecorator
public AbstractDeerExecutionNodeDecorator(ExecutionNode<Model> other)
-
-
Method Detail
-
getDocumentationURL
public java.lang.String getDocumentationURL()
- Specified by:
getDocumentationURLin interfaceDeerPlugin
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceDeerPlugin
-
-