| Interface | Description |
|---|---|
| LogicalResult<V extends LogicalVertex<V,R>,R extends LogicalResult<V,R>> |
Represents a data set produced by a
LogicalVertex, i.e. |
| LogicalTopology<V extends LogicalVertex<V,R>,R extends LogicalResult<V,R>> |
Represents a logical topology, i.e.
|
| LogicalVertex<V extends LogicalVertex<V,R>,R extends LogicalResult<V,R>> |
Represents a vertex in
LogicalTopology, i.e. |
| Class | Description |
|---|---|
| DefaultLogicalResult |
Default implementation of
LogicalResult. |
| DefaultLogicalTopology |
Default implementation of
LogicalTopology. |
| DefaultLogicalVertex |
Default implementation of
LogicalVertex. |
| LogicalPipelinedRegion |
Set of
LogicalVertex that are connected through pipelined LogicalResult. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.