|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opt4j.tutorial.salesman.SalesmanProblem.City
public class SalesmanProblem.City
| Field Summary | |
|---|---|
protected double |
x
|
protected double |
y
|
| Constructor Summary | |
|---|---|
SalesmanProblem.City(double x,
double y)
|
|
| Method Summary | |
|---|---|
double |
getX()
|
double |
getY()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final double x
protected final double y
| Constructor Detail |
|---|
public SalesmanProblem.City(double x,
double y)
| Method Detail |
|---|
public double getX()
public double getY()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||