Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
List<FlowPartDescription.Parameter> |
FlowPartDescription.getParameters()
Returns the parameters for this flow-part.
|
Constructor and Description |
---|
FlowPartDescription(FlowGraph flowGraph,
List<? extends FlowPartDescription.Parameter> parameters)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.