| Package | Description |
|---|---|
| com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
| Modifier and Type | Method and Description |
|---|---|
FlowGraph |
FlowPartDescription.getFlowGraph()
Returns the flow-graph which represents this flow-part structure.
|
FlowGraph |
FlowGraph.getOrigin()
Returns the original flow graph object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowGraph.setOrigin(FlowGraph origin)
Sets the original flow graph object.
|
| Constructor and Description |
|---|
FlowPartDescription(FlowGraph flowGraph)
Creates a new instance.
|
FlowPartDescription(FlowGraph flowGraph,
List<? extends FlowPartDescription.Parameter> parameters)
Creates a new instance.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.