public class Graph
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getDistance(int i,
int j) |
Punch |
getPoint(int i) |
int |
getPointCount() |
void |
setDistance(int i,
int j,
double distance) |