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,ExecutionNode<Model>,Plugin,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
MergeEnrichmentOperator
public abstract class AbstractEnrichmentOperator
extends AbstractExecutionNode<Model>
implements EnrichmentOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
ExecutionNode.DegreeBounds -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.faraday_cage.engine.AbstractExecutionNode
apply, getId, getInDegree, getOutDegree, initDegrees, initPluginId, isInitialized, safeApplyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
apply, getInDegree, getOutDegree, initDegreesMethods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, initPluginId, isInitialized
-
Constructor Details
-
AbstractEnrichmentOperator
public AbstractEnrichmentOperator()
-
-
Method Details
-
getDegreeBounds
- Specified by:
getDegreeBoundsin interfaceExecutionNode<Model>
-
deepCopy
- Specified by:
deepCopyin interfaceExecutionNode<Model>
-
getType
Description copied from interface:PluginGet the type URI resource of theParametrizedPlugin. The type of aParametrizedPluginidentifies the implementing class, must be unique and must not be a blank node. It is used to instantiate the class using thePluginFactory. Defaults to using the implementing classesClass.getSimpleName().
-