Package | Description |
---|---|
com.asakusafw.info.graph |
Graph like structure models.
|
Modifier and Type | Method and Description |
---|---|
Wire |
Node.getWire(int index)
Returns the wire on this node.
|
Modifier and Type | Method and Description |
---|---|
List<Wire> |
Node.getWires()
Returns the wires on this node.
|
List<Wire> |
Input.getWires() |
abstract List<Wire> |
Port.getWires()
Returns the connected wires.
|
List<Wire> |
Output.getWires() |
Modifier and Type | Method and Description |
---|---|
Output |
Output.connect(Input opposite,
Consumer<? super Wire> configure) |
Input |
Input.connect(Output opposite,
Consumer<? super Wire> configure) |
abstract TSelf |
Port.connect(TOpposite opposite,
Consumer<? super Wire> configure)
Connects to the given opposite port.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.