Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
InputDescription |
FlowIn.getDescription()
Returns the description of this input.
|
Modifier and Type | Method and Description |
---|---|
Set<InputDescription> |
FlowResourceDescription.getSideDataInputs()
Returns the descriptions of source inputs.
|
Modifier and Type | Method and Description |
---|---|
static <T> FlowIn<T> |
FlowIn.newInstance(InputDescription description)
Creates a new instance.
|
Constructor and Description |
---|
FlowIn(InputDescription description)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.