public class HPAGraphNode extends Object
Constructor and Description |
---|
HPAGraphNode(int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
void |
connect(int level,
HPAGraphNode to,
HPAGraphEdge.EdgeType type,
float weight) |
boolean |
equals(Object obj) |
List<HPAGraphEdge> |
getEdges(int level) |
int |
hashCode() |
String |
toString() |
public void connect(int level, HPAGraphNode to, HPAGraphEdge.EdgeType type, float weight)
public List<HPAGraphEdge> getEdges(int level)
Copyright © 2021. All rights reserved.