Class AbstractDeerExecutionNodeDecorator

  • All Implemented Interfaces:
    DeerExecutionNode, org.aksw.faraday_cage.engine.ExecutionNode<Model>, org.aksw.faraday_cage.engine.Plugin, org.pf4j.ExtensionPoint

    public abstract class AbstractDeerExecutionNodeDecorator
    extends org.aksw.faraday_cage.decorator.AbstractExecutionNodeDecorator<Model>
    implements DeerExecutionNode
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode

        org.aksw.faraday_cage.engine.ExecutionNode.DegreeBounds
    • Method Summary

      • 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​(org.aksw.faraday_cage.engine.ExecutionNode<Model> other)