it.unibo.cs.USI.tools
Class NumericRelationship

java.lang.Object
  extended by it.unibo.cs.USI.tools.NumericRelationship

public class NumericRelationship
extends java.lang.Object

Author:
Matteo Magnani Jun 2, 2005 3:42:47 PM

Field Summary
private  int lA
           
private  int lB
           
private  int t1
           
private  int t2
           
private  int t3
           
private  int uA
           
private  int uB
           
 
Constructor Summary
NumericRelationship(int t1, int t2, int t3, int la, int ua, int lb, int ub)
           
 
Method Summary
 int getLA()
           
 int getLB()
           
 int getT1()
           
 int getT2()
           
 int getT3()
           
 int getUA()
           
 int getUB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t1

private int t1

t2

private int t2

t3

private int t3

lA

private int lA

uA

private int uA

lB

private int lB

uB

private int uB
Constructor Detail

NumericRelationship

public NumericRelationship(int t1,
                           int t2,
                           int t3,
                           int la,
                           int ua,
                           int lb,
                           int ub)
Parameters:
t1 -
t2 -
t3 -
la -
ua -
lb -
ub -
Method Detail

getT1

public int getT1()
Returns:
Returns the t1.

getT2

public int getT2()
Returns:
Returns the t2.

getT3

public int getT3()
Returns:
Returns the t3.

getLA

public int getLA()
Returns:
Returns the lA.

getLB

public int getLB()
Returns:
Returns the lB.

getUA

public int getUA()
Returns:
Returns the uA.

getUB

public int getUB()
Returns:
Returns the uB.