Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
com.asakusafw.vocabulary.flow.util |
Provides built-in Flow DSL vocabularies.
|
Modifier and Type | Method and Description |
---|---|
FlowElementPortDescription |
FlowElementPort.getDescription()
Returns the description of this port.
|
Modifier and Type | Method and Description |
---|---|
List<FlowElementPortDescription> |
FlowPartDescription.getInputPorts() |
List<FlowElementPortDescription> |
OutputDescription.getInputPorts() |
List<FlowElementPortDescription> |
OperatorDescription.getInputPorts() |
List<FlowElementPortDescription> |
InputDescription.getInputPorts() |
List<FlowElementPortDescription> |
FlowElementDescription.getInputPorts()
Returns the input ports of this element.
|
List<FlowElementPortDescription> |
FlowPartDescription.getOutputPorts() |
List<FlowElementPortDescription> |
OutputDescription.getOutputPorts() |
List<FlowElementPortDescription> |
OperatorDescription.getOutputPorts() |
List<FlowElementPortDescription> |
InputDescription.getOutputPorts() |
List<FlowElementPortDescription> |
FlowElementDescription.getOutputPorts()
Returns the output ports of this element.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription.Builder |
OperatorDescription.Builder.addPort(FlowElementPortDescription description)
Adds a new port of the target operator.
|
FlowIn<?> |
FlowPartDescription.getInternalInputPort(FlowElementPortDescription externalInput)
Returns the flow-inside input ports that individually corresponded to each flow-outside input port.
|
FlowOut<?> |
FlowPartDescription.getInternalOutputPort(FlowElementPortDescription externalOutput)
Returns the flow-inside outputs ports that individually corresponded to each flow-outside output port.
|
Constructor and Description |
---|
FlowElementInput(FlowElementPortDescription description,
FlowElement owner)
Creates a new instance.
|
FlowElementOutput(FlowElementPortDescription description,
FlowElement owner)
Creates a new instance.
|
FlowElementPort(FlowElementPortDescription description,
FlowElement owner)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<FlowElementPortDescription> |
PseudElementDescription.getInputPorts() |
List<FlowElementPortDescription> |
PseudElementDescription.getOutputPorts() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.