Execution<T>, org.pf4j.ExtensionPointDeerPlugin, Node<T>, ParametrizedDeerPlugin, ParametrizedNode<T>AbstractEnrichmentOperator, AbstractModelIO, AbstractModelReader, AbstractModelWriter, AbstractNode, AbstractNode.WithImplicitCloning, AbstractParametrizedEnrichmentOperator, AbstractParametrizedNode, AbstractParametrizedNode.WithImplicitCloning, AuthorityConformationEnrichmentOperator, CloneEnrichmentOperator, DefaultModelReader, DefaultModelWriter, DereferencingEnrichmentOperator, FilterEnrichmentOperator, GeoDistanceEnrichmentOperator, GeoFusionEnrichmentOperator, LinkingEnrichmentOperator, MergeEnrichmentOperator, NEREnrichmentOperator, PredicateConformationEnrichmentOperatorpublic interface Plugin<T> extends org.pf4j.ExtensionPoint, Execution<T>
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.jena.rdf.model.Resource |
getImplementationType(org.apache.jena.rdf.model.Resource executionId) |
|
default org.apache.jena.rdf.model.Resource |
getType() |
Get the type
ParametrizedPlugin. |
void |
init(org.apache.jena.rdf.model.Resource id) |
|
boolean |
isInitialized() |
Get initialization status
|
apply, apply, gatherAnalytics, getIdstatic org.apache.jena.rdf.model.Resource getImplementationType(org.apache.jena.rdf.model.Resource executionId)
@NotNull default org.apache.jena.rdf.model.Resource getType()
ParametrizedPlugin.
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().void init(@NotNull
org.apache.jena.rdf.model.Resource id)
boolean isInitialized()
true, if initialized; false, else.Copyright © 2018. All rights reserved.