Class ExampleEnrichmentPlugin.ExampleEnrichmentOperator

    • 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
      protected java.util.List<Model> safeApply​(java.util.List<Model> models)  
      • Methods inherited from class org.aksw.faraday_cage.engine.AbstractExecutionNode

        apply, getId, getInDegree, getOutDegree, 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, getInDegree, getOutDegree, initDegrees
      • Methods inherited from interface org.aksw.faraday_cage.engine.Plugin

        getId, initPluginId, isInitialized
    • Constructor Detail

      • ExampleEnrichmentOperator

        public ExampleEnrichmentOperator()
    • Method Detail

      • safeApply

        protected java.util.List<Model> safeApply​(java.util.List<Model> models)
        Specified by:
        safeApply in class org.aksw.faraday_cage.engine.AbstractExecutionNode<Model>