Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
<T> FlowOut<T> |
FlowPartDescription.Builder.addOutput(String name,
Source<T> typeReference)
Add a new output port into the target flow-part.
|
<T> FlowOut<T> |
FlowPartDescription.Builder.addOutput(String name,
Type type)
Add a new output port into the target flow-part.
|
FlowOut<?> |
FlowPartDescription.getInternalOutputPort(FlowElementPortDescription externalOutput)
Returns the flow-inside outputs ports that individually corresponded to each flow-outside output port.
|
static <T> FlowOut<T> |
FlowOut.newInstance(OutputDescription description)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<FlowOut<?>> |
FlowGraph.getFlowOutputs()
Returns output port elements which represent outputs of this flow graph.
|
Constructor and Description |
---|
FlowGraph(Class<? extends FlowDescription> description,
List<? extends FlowIn<?>> flowInputs,
List<? extends FlowOut<?>> flowOutputs)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.