Package org.aksw.deer.enrichments
Class AbstractParameterizedEnrichmentOperator
- java.lang.Object
-
- org.aksw.faraday_cage.engine.AbstractExecutionNode<T>
-
- org.aksw.faraday_cage.engine.AbstractParameterizedExecutionNode<Model>
-
- org.aksw.deer.enrichments.AbstractParameterizedEnrichmentOperator
-
- All Implemented Interfaces:
DeerExecutionNode,DeerPlugin,EnrichmentOperator,ParameterizedEnrichmentOperator,ParameterizedDeerExecutionNode,ExecutionNode<Model>,Parameterized,Plugin,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
AuthorityConformationEnrichmentOperator,DereferencingEnrichmentOperator,FilterEnrichmentOperator,GeoDistanceEnrichmentOperator,GeoFusionEnrichmentOperator,LinkingEnrichmentOperator,NEREnrichmentOperator,PredicateConformationEnrichmentOperator,SparqlUpdateEnrichmentOperator
public abstract class AbstractParameterizedEnrichmentOperator extends AbstractParameterizedExecutionNode<Model> implements ParameterizedEnrichmentOperator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
ExecutionNode.DegreeBounds
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.StringdocumentationURL
-
Constructor Summary
Constructors Constructor Description AbstractParameterizedEnrichmentOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModeldeepCopy(Model model)ExecutionNode.DegreeBoundsgetDegreeBounds()java.lang.StringgetDescription()java.lang.StringgetDocumentationURL()ResourcegetType()Get the type URI resource of theParametrizedPlugin.-
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
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceDeerPlugin
-
getDocumentationURL
public java.lang.String getDocumentationURL()
- Specified by:
getDocumentationURLin interfaceDeerPlugin
-
getDegreeBounds
public ExecutionNode.DegreeBounds getDegreeBounds()
- Specified by:
getDegreeBoundsin interfaceExecutionNode<Model>
-
deepCopy
public final Model deepCopy(Model model)
- Specified by:
deepCopyin interfaceExecutionNode<Model>
-
getType
public Resource 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().
-
-