| Package | Description |
|---|---|
| org.aksw.faraday_cage.decorator | |
| org.aksw.faraday_cage.engine |
| 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.