Class AbstractDeerExecutionNodeDecorator

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

    public abstract class AbstractDeerExecutionNodeDecorator
    extends org.aksw.faraday_cage.decorator.AbstractExecutionNodeDecorator<org.apache.jena.rdf.model.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
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractDeerExecutionNodeDecorator​(org.aksw.faraday_cage.engine.ExecutionNode<org.apache.jena.rdf.model.Model> other)  
    • 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<org.apache.jena.rdf.model.Model> other)