INRIA & friends

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

java.lang.Object
  extended byfr.inrialpes.exmo.align.impl.eval.Pair

class Pair
extends java.lang.Object


Field Summary
private  double x
           
private  double y
           
 
Constructor Summary
Pair(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

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()

INRIA & friends

..no bottom yet...