org.pf4j.ExtensionPointDeerExecutionGraphNode, DeerExecutionNodeWrapper, EnrichmentOperator, ExecutionGraphNode<T>, ExecutionNodeWrapper<V,T>, ModelReader, ModelWriter, ParameterizedDeerExecutionGraphNode, ParameterizedEnrichmentOperatorAbstractDeerExecutionGraphNodeDecorator, AbstractDeerExecutionGraphNodeWrapper, AbstractEnrichmentOperator, AbstractExecutionGraphNode, AbstractExecutionGraphNode.WithImplicitCloning, AbstractExecutionGraphNodeDecorator, AbstractExecutionGraphNodeWrapper, AbstractModelIO, AbstractModelReader, AbstractModelWriter, AbstractParameterizedDeerExecutionGraphNodeDecorator, AbstractParameterizedDeerExecutionGraphNodeWrapper, AbstractParameterizedEnrichmentOperator, AbstractParameterizedExecutionGraphNode, AbstractParameterizedExecutionGraphNode.WithImplicitCloning, AbstractParameterizedExecutionGraphNodeDecorator, AbstractParameterizedExecutionGraphNodeWrapper, 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.