Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.vocabulary.flow |
Flow DSL vocabulary annotations/classes about data flow representations.
|
com.asakusafw.vocabulary.flow.builder |
Flow connection APIs (for internal use only).
|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
com.asakusafw.vocabulary.flow.testing |
Classes for Flow DSL testing.
|
Modifier and Type | Method and Description |
---|---|
FlowElementInput |
FlowPartDriverOutput.toInputPort() |
Modifier and Type | Method and Description |
---|---|
FlowElementInput |
Out.toInputPort()
Returns the internal port representation of this flow output.
|
Modifier and Type | Method and Description |
---|---|
FlowElementInput |
FlowElementEditor.getInput(String name)
Returns an input port.
|
Modifier and Type | Method and Description |
---|---|
FlowElementInput |
PortConnection.getDownstream()
Returns the downstream port.
|
FlowElementInput |
FlowElementResolver.getInput(String name)
Returns the input port of the target flow element.
|
FlowElementInput |
FlowOut.toInputPort() |
Modifier and Type | Method and Description |
---|---|
Collection<FlowElementInput> |
FlowElementOutput.disconnectAll()
Disconnects all opposite ports which connected into this.
|
List<FlowElementInput> |
FlowElement.getInputPorts()
Returns input ports of this element.
|
Collection<FlowElementInput> |
FlowElementOutput.getOpposites()
Returns the opposite ports of this.
|
Modifier and Type | Method and Description |
---|---|
static void |
PortConnection.connect(FlowElementOutput upstream,
FlowElementInput downstream)
Connects between the two ports.
|
Modifier and Type | Method and Description |
---|---|
FlowElementInput |
MockOut.toInputPort() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.