Package org.aksw.deer
Interface DeerExecutionNode
-
- All Superinterfaces:
DeerPlugin,ExecutionNode<Model>,org.pf4j.ExtensionPoint,Plugin
- All Known Subinterfaces:
EnrichmentOperator,ModelReader,ModelWriter,ParameterizedDeerExecutionNode,ParameterizedEnrichmentOperator
- All Known Implementing Classes:
AbstractDeerExecutionNodeDecorator,AbstractEnrichmentOperator,AbstractModelIO,AbstractModelReader,AbstractModelWriter,AbstractParameterizedDeerExecutionNodeDecorator,AbstractParameterizedEnrichmentOperator,AuthorityConformationEnrichmentOperator,DereferencingEnrichmentOperator,EmbeddedModelReader,FileModelReader,FileModelWriter,FilterEnrichmentOperator,GeoDistanceEnrichmentOperator,GeoFusionEnrichmentOperator,LinkingEnrichmentOperator,MergeEnrichmentOperator,NEREnrichmentOperator,PredicateConformationEnrichmentOperator,SparqlModelReader,SparqlModelWriter,SparqlUpdateEnrichmentOperator
public interface DeerExecutionNode extends ExecutionNode<Model>, DeerPlugin
Reference type for all DEER implementations ofExecutionNodeneeded to specify the scope of the faraday cage plugin system.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
ExecutionNode.DegreeBounds
-
-
Method Summary
-
Methods inherited from interface org.aksw.deer.DeerPlugin
getDescription, getDocumentationURL
-
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
-
-