DeerPlugin, Execution<org.apache.jena.rdf.model.Model>, Node<org.apache.jena.rdf.model.Model>, Plugin<org.apache.jena.rdf.model.Model>, org.pf4j.ExtensionPointCloneEnrichmentOperator, MergeEnrichmentOperatorpublic abstract class AbstractEnrichmentOperator extends AbstractNode.WithImplicitCloning<org.apache.jena.rdf.model.Model> implements DeerPlugin
AbstractNode.WithImplicitCloning<T>Node.DegreeBounds| Constructor | Description |
|---|---|
AbstractEnrichmentOperator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.apache.jena.rdf.model.Model |
deepCopy(org.apache.jena.rdf.model.Model model) |
|
Node.DegreeBounds |
getDegreeBounds() |
|
org.apache.jena.rdf.model.Resource |
getType() |
Get the type
ParametrizedPlugin. |
protected void |
writeInputAnalytics(List<org.apache.jena.rdf.model.Model> data) |
|
protected void |
writeOutputAnalytics(List<org.apache.jena.rdf.model.Model> data) |
apply, apply, gatherAnalytics, getId, getInDegree, getOutDegree, init, init, isInitialized, safeApply, writeAnalyticsapply, apply, gatherAnalytics, getIdgetInDegree, getOutDegree, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, isInitializedpublic Node.DegreeBounds getDegreeBounds()
getDegreeBounds in interface Node<org.apache.jena.rdf.model.Model>protected final org.apache.jena.rdf.model.Model deepCopy(org.apache.jena.rdf.model.Model model)
deepCopy in class AbstractNode<org.apache.jena.rdf.model.Model>@NotNull public org.apache.jena.rdf.model.Resource getType()
PluginParametrizedPlugin.
The type of a ParametrizedPlugin identifies the implementing class and must be
unique.
It is used to instantiate the class using the PluginFactory.
Defaults to using the implementing classes Class.getSimpleName().protected void writeInputAnalytics(List<org.apache.jena.rdf.model.Model> data)
writeInputAnalytics in class AbstractNode<org.apache.jena.rdf.model.Model>protected void writeOutputAnalytics(List<org.apache.jena.rdf.model.Model> data)
writeOutputAnalytics in class AbstractNode<org.apache.jena.rdf.model.Model>Copyright © 2018. All rights reserved.