|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Line | |
|---|---|
| gridiq.network |
|
| Uses of Line in gridiq.network |
|---|
| Methods in gridiq.network that return types with arguments of type Line | |
|---|---|
java.util.Set<Line> |
Bus.getFromLines()
Lines from this bus to other buses. |
java.util.HashSet<Line> |
Network.getLines()
|
java.util.Set<Line> |
Bus.getToLines()
The lines to this bus from other buses. |
| Methods in gridiq.network with parameters of type Line | |
|---|---|
void |
Network.add(Line line)
|
void |
Bus.addFromLine(Line line)
Adds a line from this bus. |
void |
Bus.addToLine(Line line)
Adds a line to this bus. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||