org.opt4j.tutorial.salesman
Class SalesmanProblem.City

java.lang.Object
  extended by org.opt4j.tutorial.salesman.SalesmanProblem.City
Enclosing class:
SalesmanProblem

public class SalesmanProblem.City
extends java.lang.Object


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

x

protected final double x

y

protected final double y
Constructor Detail

SalesmanProblem.City

public SalesmanProblem.City(double x,
                            double y)
Method Detail

getX

public double getX()

getY

public double getY()