Package | Description |
---|---|
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.
|
Constructor and Description |
---|
FlowElementEditor(FlowElement element)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
FlowElement |
FlowElement.copy()
Creates a new copy without any connections.
|
FlowElement |
FlowElementResolver.getElement()
Returns the target flow element of this resolver.
|
FlowElement |
FlowOut.getFlowElement()
Returns the corresponding
FlowElement object. |
FlowElement |
FlowIn.getFlowElement()
Returns the corresponding
FlowElement object. |
FlowElement |
FlowElementPort.getOwner()
Returns the owner of this 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.
|
FlowElementResolver(FlowElement element)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
FlowElement |
MockIn.toElement()
Returns the
FlowElement representation of this object. |
FlowElement |
MockOut.toElement()
Returns the
FlowElement representation of this object. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.