See: Description
Interface | Description |
---|---|
In<T> |
Represents a flow input.
|
Operator |
An abstract super interface of all operators.
|
Out<T> |
Represents a flow output.
|
Source<T> |
Represents an abstract data source for downstream operators and flow outputs.
|
Class | Description |
---|---|
FlowDescription |
An abstract super class for describing the details of a data-flow.
|
Annotation Type | Description |
---|---|
Export |
An annotation for specifying export operations of jobflows.
|
FlowPart |
An annotation for flow-part classes.
|
Import |
An annotation for specifying import operations of jobflows.
|
JobFlow |
An annotation for jobflow classes.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.