| Package | Description |
|---|---|
| org.aksw.deer | |
| org.aksw.deer.decorators | |
| org.aksw.deer.enrichments | |
| org.aksw.deer.io | |
| org.aksw.deer.plugin.example | |
| org.aksw.faraday_cage.decorator | |
| org.aksw.faraday_cage.engine |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
DeerExecutionNode |
Reference type for all DEER implementations of
ExecutionNode needed to specify the scope of
the faraday cage plugin system. |
interface |
ParameterizedDeerExecutionNode |
This is just to cope with Javas broken type system.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractDeerExecutionNodeDecorator |
|
class |
AbstractParameterizedDeerExecutionNodeDecorator |
| Constructor | Description |
|---|---|
AbstractDeerExecutionNodeDecorator(ExecutionNode<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 |
AbstractExecutionNodeWrapper<V extends ExecutionNode<T>,T> |
|
class |
AbstractParameterizedExecutionNodeDecorator<V extends Parameterized & ExecutionNode<T>,T> |
Base abstract class for decorator pattern
|
class |
AbstractParameterizedExecutionNodeWrapper<V extends ExecutionNode<T>,T> |
|
interface |
ExecutionNodeWrapper<V extends ExecutionNode<T>,T> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractExecutionNodeDecorator<T> |
Base abstract class for decorator pattern
|
class |
AbstractParameterizedExecutionNodeDecorator<V extends Parameterized & ExecutionNode<T>,T> |
Base abstract class for decorator pattern
|
| Modifier and Type | Method | Description |
|---|---|---|
protected ExecutionNode<T> |
AbstractExecutionNodeDecorator.getWrapped() |
| Constructor | Description |
|---|---|
AbstractExecutionNodeDecorator(ExecutionNode<T> other) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DecoratedExecutionNodeFactory<U extends ExecutionNode<T>,V extends ExecutionNodeWrapper<U,T>,T> |
|
class |
FaradayCageContext<U extends ExecutionNode<T>,V extends ExecutionNodeWrapper<U,T>,T> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractExecutionNode<T> |
|
static class |
AbstractExecutionNode.WithImplicitCloning<T> |
|
class |
AbstractParameterizedExecutionNode<T> |
|
static class |
AbstractParameterizedExecutionNode.WithImplicitCloning<T> |
| Modifier and Type | Method | Description |
|---|---|---|
static <U extends ExecutionNode<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(ExecutionNode<T> from,
int fromPort,
ExecutionNode<T> to,
int toPort) |
Copyright © 2019. All rights reserved.