DeerExecutionGraphNode, EnrichmentOperator, ParameterizedEnrichmentOperator, ParameterizedDeerExecutionGraphNode, ExecutionGraphNode<Model>, Parameterized, Plugin, org.pf4j.ExtensionPointAuthorityConformationEnrichmentOperator, DereferencingEnrichmentOperator, FilterEnrichmentOperator, GeoDistanceEnrichmentOperator, GeoFusionEnrichmentOperator, LinkingEnrichmentOperator, NEREnrichmentOperator, PredicateConformationEnrichmentOperator, SparqlUpdateEnrichmentOperatorpublic abstract class AbstractParameterizedEnrichmentOperator extends AbstractParameterizedExecutionGraphNode.WithImplicitCloning<Model> implements ParameterizedEnrichmentOperator
AbstractParameterizedExecutionGraphNode.WithImplicitCloning<T>ExecutionGraphNode.DegreeBounds| Constructor | Description |
|---|---|
AbstractParameterizedEnrichmentOperator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected Model |
deepCopy(Model model) |
|
ExecutionGraphNode.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 ExecutionGraphNode.DegreeBounds getDegreeBounds()
getDegreeBounds in interface ExecutionGraphNode<Model>protected final Model deepCopy(Model model)
deepCopy in class AbstractExecutionGraphNode<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.