| 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 |
|---|---|
Input |
Input.connect(Output opposite,
Consumer<? super Wire> configure) |
Input |
Wire.getDestination()
Returns the destination input.
|
Input |
Node.getInput(int index)
Returns the input port of this node.
|
Input |
Node.newInput()
Adds a new input port.
|
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
Node.getInputs()
Returns the input ports of this node.
|
List<Input> |
Output.getOpposites() |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.connect(Input opposite,
Consumer<? super Wire> configure) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.withInput(Consumer<? super Input> configure)
Adds a new input port.
|
| Modifier and Type | Method and Description |
|---|---|
Input |
InputView.getEntity()
Returns the entity element.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.