Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
<T> FlowIn<T> |
FlowPartDescription.Builder.addInput(String name,
Source<T> typeReference)
Add a new input port into the target flow-part.
|
<T> FlowIn<T> |
FlowPartDescription.Builder.addInput(String name,
Type type)
Add a new input port into the target flow-part.
|
FlowIn<?> |
FlowPartDescription.getInternalInputPort(FlowElementPortDescription externalInput)
Returns the flow-inside input ports that individually corresponded to each flow-outside input port.
|
static <T> FlowIn<T> |
FlowIn.newInstance(InputDescription description)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<FlowIn<?>> |
FlowGraph.getFlowInputs()
Returns input port elements which represent inputs 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.