DeerExecutionNode, EnrichmentOperator, ParameterizedEnrichmentOperator, ParameterizedDeerExecutionNode, ExecutionNode<Model>, Parameterized, Plugin, org.pf4j.ExtensionPointAuthorityConformationEnrichmentOperator, DereferencingEnrichmentOperator, FilterEnrichmentOperator, GeoDistanceEnrichmentOperator, GeoFusionEnrichmentOperator, LinkingEnrichmentOperator, NEREnrichmentOperator, PredicateConformationEnrichmentOperator, SparqlUpdateEnrichmentOperatorpublic abstract class AbstractParameterizedEnrichmentOperator extends AbstractParameterizedExecutionNode.WithImplicitCloning<Model> implements ParameterizedEnrichmentOperator
AbstractParameterizedExecutionNode.WithImplicitCloning<T>ExecutionNode.DegreeBounds| Constructor | Description |
|---|---|
AbstractParameterizedEnrichmentOperator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected Model |
deepCopy(Model model) |
|
ExecutionNode.DegreeBounds |
getDegreeBounds() |
|
Resource |
getType() |
Get the type URI resource of the
ParametrizedPlugin. |
apply, getId, getInDegree, getOutDegree, initDegrees, initPluginId, safeApply, usesImplicitCloninggetParameterMap, getValidationModelFor, initParameters, isInitializedapply, getInDegree, getOutDegree, initDegrees, usesImplicitCloningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateParameterMap, getParameterMap, initParameters, isInitializedgetId, initPluginId, isInitializedpublic AbstractParameterizedEnrichmentOperator()
public ExecutionNode.DegreeBounds getDegreeBounds()
getDegreeBounds in interface ExecutionNode<Model>protected final Model deepCopy(Model model)
deepCopy in class AbstractExecutionNode<Model>@NotNull public Resource getType()
PluginParametrizedPlugin.
The type of a ParametrizedPlugin identifies the implementing class, must be
unique and must not be a blank node.
It is used to instantiate the class using the PluginFactory.
Defaults to using the implementing classes Class.getSimpleName().Copyright © 2019. All rights reserved.