org.pf4j.ExtensionPointDeerExecutionNode, DeerExecutionNodeWrapper, EnrichmentOperator, ExecutionNode<T>, ExecutionNodeWrapper<V,T>, ModelReader, ModelWriter, ParameterizedDeerExecutionNode, ParameterizedEnrichmentOperatorAbstractDeerExecutionNodeDecorator, AbstractDeerExecutionNodeWrapper, AbstractEnrichmentOperator, AbstractExecutionNode, AbstractExecutionNode.WithImplicitCloning, AbstractExecutionNodeDecorator, AbstractExecutionNodeWrapper, AbstractModelIO, AbstractModelReader, AbstractModelWriter, AbstractParameterizedDeerExecutionNodeDecorator, AbstractParameterizedDeerExecutionNodeWrapper, AbstractParameterizedEnrichmentOperator, AbstractParameterizedExecutionNode, AbstractParameterizedExecutionNode.WithImplicitCloning, AbstractParameterizedExecutionNodeDecorator, AbstractParameterizedExecutionNodeWrapper, AuthorityConformationEnrichmentOperator, CloneEnrichmentOperator, DereferencingEnrichmentOperator, ExampleEnrichmentPlugin.ExampleEnrichmentOperator, FileModelReader, FileModelWriter, FilterEnrichmentOperator, GeoDistanceEnrichmentOperator, GeoFusionEnrichmentOperator, LinkingEnrichmentOperator, MergeEnrichmentOperator, NEREnrichmentOperator, PredicateConformationEnrichmentOperator, SparqlAnalyticsWrapper, SparqlModelReader, SparqlUpdateEnrichmentOperatorpublic interface Plugin
extends org.pf4j.ExtensionPoint
| Modifier and Type | Method | Description |
|---|---|---|
Resource |
getId() |
|
static Resource |
getImplementationType(Resource executionId) |
|
Resource |
getType() |
Get the type URI resource of the
ParametrizedPlugin. |
void |
initPluginId(Resource id) |
|
boolean |
isInitialized() |
Get initialization status
|
@NotNull Resource getId()
@NotNull Resource getType()
ParametrizedPlugin.
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().boolean isInitialized()
true, if initialized; false, else.void initPluginId(@NotNull
Resource id)
Copyright © 2019. All rights reserved.