|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibo.cs.USI.tools.NumericRelationship
public class NumericRelationship
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 |
---|
private int t1
private int t2
private int t3
private int lA
private int uA
private int lB
private int uB
Constructor Detail |
---|
public NumericRelationship(int t1, int t2, int t3, int la, int ua, int lb, int ub)
t1
- t2
- t3
- la
- ua
- lb
- ub
- Method Detail |
---|
public int getT1()
public int getT2()
public int getT3()
public int getLA()
public int getLB()
public int getUA()
public int getUB()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |