Package org.aksw.deer.decorators
Class AbstractParameterizedDeerExecutionNodeDecorator
- java.lang.Object
-
- org.aksw.faraday_cage.decorator.AbstractExecutionNodeDecorator<T>
-
- org.aksw.faraday_cage.decorator.AbstractParameterizedExecutionNodeDecorator<ParameterizedDeerExecutionNode,Model>
-
- org.aksw.deer.decorators.AbstractParameterizedDeerExecutionNodeDecorator
-
- All Implemented Interfaces:
DeerExecutionNode,DeerPlugin,ParameterizedDeerExecutionNode,ExecutionNode<Model>,Parameterized,Plugin,org.pf4j.ExtensionPoint
public abstract class AbstractParameterizedDeerExecutionNodeDecorator extends AbstractParameterizedExecutionNodeDecorator<ParameterizedDeerExecutionNode,Model> implements ParameterizedDeerExecutionNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
ExecutionNode.DegreeBounds
-
-
Constructor Summary
Constructors Constructor Description AbstractParameterizedDeerExecutionNodeDecorator(ParameterizedDeerExecutionNode 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.AbstractParameterizedExecutionNodeDecorator
createParameterMap, getParameterMap, getWrapped, initParameters
-
Methods inherited from class org.aksw.faraday_cage.decorator.AbstractExecutionNodeDecorator
apply, deepCopy, getDegreeBounds, getId, getInDegree, getOutDegree, getType, 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.Parameterized
createParameterMap, getParameterMap, initParameters, isInitialized
-
Methods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, getType, initPluginId, isInitialized
-
-
-
-
Constructor Detail
-
AbstractParameterizedDeerExecutionNodeDecorator
public AbstractParameterizedDeerExecutionNodeDecorator(ParameterizedDeerExecutionNode other)
-
-
Method Detail
-
getDocumentationURL
public java.lang.String getDocumentationURL()
- Specified by:
getDocumentationURLin interfaceDeerPlugin
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceDeerPlugin
-
-