Package | Description |
---|---|
net.sourceforge.plantuml.graph |
Modifier and Type | Class and Description |
---|---|
class |
ANodeImpl |
Modifier and Type | Method and Description |
---|---|
ANode |
Heap.addNode(String code) |
ANode |
Zoda2.createAloneNode(String code) |
ANode |
Heap.getExistingNode(String code) |
ANode |
Zoda2.getNode(String code) |
ANode |
ALinkImpl.getNode1() |
ANode |
ALink.getNode1() |
ANode |
ALinkImpl.getNode2() |
ANode |
ALink.getNode2() |
ANode |
Board.getNodeAt(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
Set<ANode> |
Board.getConnectedNodes(ANode root,
int level) |
List<? extends ANode> |
Zoda2.getNodes() |
List<ANode> |
Zoda1.getNodes()
Deprecated.
|
List<ANode> |
Heap.getNodes() |
Collection<ANode> |
Board.getNodes() |
Collection<ANode> |
Board.getNodesInRow(int row) |
Modifier and Type | Method and Description |
---|---|
int |
Board.getCol(ANode n) |
Set<ANode> |
Board.getConnectedNodes(ANode root,
int level) |
void |
Heap.importing(ANode under,
ANode otherRoot,
Heap otherHeap,
int diffHeight,
Object userData) |
Modifier and Type | Method and Description |
---|---|
Set<ALink> |
Board.getAllLinks(Set<ANode> nodes) |
Constructor and Description |
---|
ALinkImpl(ANode n1,
ANode n2,
int diffHeight,
Object userData) |
Constructor and Description |
---|
Board(List<ANode> nodes,
List<ALink> links) |
LenghtLinkComparator(Map<ANode,Integer> cols) |
Copyright © 2017. All Rights Reserved.