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.
|
com.asakusafw.vocabulary.flow.util |
Provides built-in Flow DSL vocabularies.
|
Modifier and Type | Method and Description |
---|---|
FlowElementOutput |
FlowPartDriverInput.toOutputPort() |
Modifier and Type | Method and Description |
---|---|
FlowElementOutput |
Source.toOutputPort()
Returns the internal port representation of this source element.
|
Modifier and Type | Method and Description |
---|---|
FlowElementOutput |
FlowElementEditor.getOutput(String name)
Returns an output port.
|
Modifier and Type | Method and Description |
---|---|
FlowElementOutput |
FlowElementResolver.getOutput(String name)
Returns the output port of the target flow element.
|
FlowElementOutput |
PortConnection.getUpstream()
Returns the upstream port.
|
FlowElementOutput |
FlowIn.toOutputPort() |
FlowElementOutput |
FlowElementResolver.OutputDriver.toOutputPort() |
Modifier and Type | Method and Description |
---|---|
Collection<FlowElementOutput> |
FlowElementInput.disconnectAll()
Disconnects all opposite ports which connected into this.
|
Collection<FlowElementOutput> |
FlowElementInput.getOpposites()
Returns the opposite ports of this.
|
List<FlowElementOutput> |
FlowElement.getOutputPorts()
Returns input ports of this element.
|
Modifier and Type | Method and Description |
---|---|
static void |
PortConnection.connect(FlowElementOutput upstream,
FlowElementInput downstream)
Connects between the two ports.
|
Constructor and Description |
---|
OutputDriver(FlowElementOutput outputPort)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
FlowElementOutput |
MockIn.toOutputPort() |
Modifier and Type | Method and Description |
---|---|
FlowElementOutput |
CoreOperatorFactory.Empty.toOutputPort() |
FlowElementOutput |
CoreOperatorFactory.Confluent.toOutputPort() |
FlowElementOutput |
CoreOperatorFactory.Checkpoint.toOutputPort() |
FlowElementOutput |
CoreOperatorFactory.Project.toOutputPort() |
FlowElementOutput |
CoreOperatorFactory.Extend.toOutputPort() |
FlowElementOutput |
CoreOperatorFactory.Restructure.toOutputPort() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.