Class Pair

java.lang.Object
  extended by Pair

public class Pair
extends java.lang.Object


Constructor Summary
Pair()
          Creates a new instance of Pair
Pair(double _t, double _S)
           
Pair(Pair _p)
           
 
Method Summary
 double get_S()
           
 double get_t()
           
 void set_S(double _S)
           
 void set_t(double _t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair()
Creates a new instance of Pair


Pair

public Pair(double _t,
            double _S)

Pair

public Pair(Pair _p)
Method Detail

set_t

public void set_t(double _t)

set_S

public void set_S(double _S)

get_t

public double get_t()

get_S

public double get_S()