Alignment API and Server 4.1.${version.update}

fr.inrialpes.exmo.align.impl.eval
Class Pair

java.lang.Object
  extended by fr.inrialpes.exmo.align.impl.eval.Pair

public class Pair
extends Object


Field Summary
private  double x
           
private  double y
           
 
Constructor Summary
Pair(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double d)
           
 void setY(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

private double x

y

private double y
Constructor Detail

Pair

public Pair(double x,
            double y)
Method Detail

getX

public double getX()

getY

public double getY()

setX

public void setX(double d)

setY

public void setY(double d)

Alignment API and Server 4.1.${version.update}

(C) INRIA & friends, 2003-${curryear}