Package org.aksw.deer.enrichments
Class AbstractEnrichmentOperator
- java.lang.Object
-
- org.aksw.faraday_cage.engine.AbstractExecutionNode<Model>
-
- org.aksw.deer.enrichments.AbstractEnrichmentOperator
-
- All Implemented Interfaces:
DeerExecutionNode,EnrichmentOperator,org.aksw.faraday_cage.engine.ExecutionNode<Model>,org.aksw.faraday_cage.engine.Plugin,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
ExampleEnrichmentPlugin.ExampleEnrichmentOperator,MergeEnrichmentOperator
public abstract class AbstractEnrichmentOperator extends org.aksw.faraday_cage.engine.AbstractExecutionNode<Model> implements EnrichmentOperator
-
-
Constructor Summary
Constructors Constructor Description AbstractEnrichmentOperator()
-
Method Summary
-
Methods inherited from class org.aksw.faraday_cage.engine.AbstractExecutionNode
apply, getId, getInDegree, getOutDegree, initDegrees, initPluginId, isInitialized, safeApply
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getDegreeBounds
public org.aksw.faraday_cage.engine.ExecutionNode.DegreeBounds getDegreeBounds()
- Specified by:
getDegreeBoundsin interfaceorg.aksw.faraday_cage.engine.ExecutionNode<Model>
-
deepCopy
public final Model deepCopy(Model model)
- Specified by:
deepCopyin interfaceorg.aksw.faraday_cage.engine.ExecutionNode<Model>
-
getType
public Resource getType()
- Specified by:
getTypein interfaceorg.aksw.faraday_cage.engine.Plugin
-
-