| Modifier and Type | Interface | Description |
|---|---|---|
interface |
DeerExecutionGraphNode |
Reference type for all DEER implementations of
ExecutionGraphNode needed to specify the scope of
the faraday cage plugin system. |
interface |
ParameterizedDeerExecutionGraphNode |
This is just to cope with Javas broken type system.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractDeerExecutionGraphNodeDecorator |
|
class |
AbstractParameterizedDeerExecutionGraphNodeDecorator |
| Constructor | Description |
|---|---|
AbstractDeerExecutionGraphNodeDecorator(ExecutionGraphNode<Model> other) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
EnrichmentOperator |
|
interface |
ParameterizedEnrichmentOperator |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractEnrichmentOperator |
|
class |
AbstractParameterizedEnrichmentOperator |
|
class |
AuthorityConformationEnrichmentOperator |
|
class |
CloneEnrichmentOperator |
An
EnrichmentOperator for copying models to multiple parallel processed outputs. |
class |
DereferencingEnrichmentOperator |
An EnrichmentOperator for dereferencing.
|
class |
FilterEnrichmentOperator |
|
class |
GeoDistanceEnrichmentOperator |
An
EnrichmentOperator to enrich models with distances |
class |
GeoFusionEnrichmentOperator |
Basic implementation of a fusion operator for geospatial properties.
|
class |
LinkingEnrichmentOperator |
An
EnrichmentOperator to enrich models with links discovered using LIMES. |
class |
MergeEnrichmentOperator |
|
class |
NEREnrichmentOperator |
|
class |
PredicateConformationEnrichmentOperator |
|
class |
SparqlUpdateEnrichmentOperator |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ModelReader |
|
interface |
ModelWriter |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractModelIO |
|
class |
AbstractModelReader |
|
class |
AbstractModelWriter |
|
class |
FileModelReader |
|
class |
FileModelWriter |
|
class |
SparqlModelReader |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ExampleEnrichmentPlugin.ExampleEnrichmentOperator |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractExecutionGraphNodeWrapper<V extends ExecutionGraphNode<T>,T> |
|
class |
AbstractParameterizedExecutionGraphNodeDecorator<V extends Parameterized & ExecutionGraphNode<T>,T> |
Base abstract class for decorator pattern
|
class |
AbstractParameterizedExecutionGraphNodeWrapper<V extends ExecutionGraphNode<T>,T> |
|
interface |
ExecutionNodeWrapper<V extends ExecutionGraphNode<T>,T> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractExecutionGraphNodeDecorator<T> |
Base abstract class for decorator pattern
|
class |
AbstractParameterizedExecutionGraphNodeDecorator<V extends Parameterized & ExecutionGraphNode<T>,T> |
Base abstract class for decorator pattern
|
| Modifier and Type | Method | Description |
|---|---|---|
protected ExecutionGraphNode<T> |
AbstractExecutionGraphNodeDecorator.getWrapped() |
| Constructor | Description |
|---|---|
AbstractExecutionGraphNodeDecorator(ExecutionGraphNode<T> other) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DecoratedExecutionNodeFactory<U extends ExecutionGraphNode<T>,V extends ExecutionNodeWrapper<U,T>,T> |
|
class |
FaradayCageContext<U extends ExecutionGraphNode<T>,V extends ExecutionNodeWrapper<U,T>,T> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractExecutionGraphNode<T> |
|
static class |
AbstractExecutionGraphNode.WithImplicitCloning<T> |
|
class |
AbstractParameterizedExecutionGraphNode<T> |
|
static class |
AbstractParameterizedExecutionGraphNode.WithImplicitCloning<T> |
| Modifier and Type | Method | Description |
|---|---|---|
static <U extends ExecutionGraphNode<T>,V extends ExecutionNodeWrapper<U,T>,T> |
FaradayCageContext.of(Class<U> uClass,
Class<V> vClass,
org.pf4j.PluginManager pluginManager) |
| Modifier and Type | Method | Description |
|---|---|---|
ExecutionGraph |
ExecutionGraph.addEdge(ExecutionGraphNode<T> from,
int fromPort,
ExecutionGraphNode<T> to,
int toPort) |
Copyright © 2019. All rights reserved.