Class AbstractParameterizedEnrichmentOperator

    • Nested Class Summary

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

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

      Modifier and Type Method Description
      org.apache.jena.rdf.model.Model deepCopy​(org.apache.jena.rdf.model.Model model)  
      org.aksw.faraday_cage.engine.ExecutionNode.DegreeBounds getDegreeBounds()  
      org.apache.jena.rdf.model.Resource getType()  
      • Methods inherited from class org.aksw.faraday_cage.engine.AbstractParameterizedExecutionNode

        getParameterMap, getValidationModelFor, initParameters, isInitialized
      • Methods inherited from class org.aksw.faraday_cage.engine.AbstractExecutionNode

        apply, getId, getInDegree, getOutDegree, initDegrees, initPluginId, safeApply
      • 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, 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, initPluginId, isInitialized
    • Constructor Detail

      • AbstractParameterizedEnrichmentOperator

        public AbstractParameterizedEnrichmentOperator()
    • Method Detail

      • getDegreeBounds

        public org.aksw.faraday_cage.engine.ExecutionNode.DegreeBounds getDegreeBounds()
        Specified by:
        getDegreeBounds in interface org.aksw.faraday_cage.engine.ExecutionNode<org.apache.jena.rdf.model.Model>
      • deepCopy

        public final org.apache.jena.rdf.model.Model deepCopy​(org.apache.jena.rdf.model.Model model)
        Specified by:
        deepCopy in interface org.aksw.faraday_cage.engine.ExecutionNode<org.apache.jena.rdf.model.Model>
      • getType

        public org.apache.jena.rdf.model.Resource getType()
        Specified by:
        getType in interface org.aksw.faraday_cage.engine.Plugin