Package | Description |
---|---|
com.asakusafw.info.graph |
Graph like structure models.
|
com.asakusafw.info.operator.view |
Views of operator graphs.
|
Modifier and Type | Method and Description |
---|---|
Output |
Output.connect(Input opposite,
Consumer<? super Wire> configure) |
Output |
Node.getOutput(int index)
Returns the output port of this node.
|
Output |
Wire.getSource()
Returns the source output.
|
Output |
Node.newOutput()
Adds a new output port.
|
Modifier and Type | Method and Description |
---|---|
List<Output> |
Input.getOpposites() |
List<Output> |
Node.getOutputs()
Returns the output ports of this node.
|
Modifier and Type | Method and Description |
---|---|
Input |
Input.connect(Output opposite,
Consumer<? super Wire> configure) |
Modifier and Type | Method and Description |
---|---|
Node |
Node.withOutput(Consumer<? super Output> configure)
Adds a new output port.
|
Modifier and Type | Method and Description |
---|---|
Output |
OutputView.getEntity()
Returns the entity element.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.