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