|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.msk.conditions.TwoIndicesInfo
public class TwoIndicesInfo
Stores information about two indices and a relationship.
This is similar to
the JAXB-derived TwoIndicesParams
class, except
that the indices are stored into
int fields instead of Integer
fields.
This class is used as a base for some condition objects,
and to hold information about conditions on statistics.
Constructor Summary | |
---|---|
TwoIndicesInfo(int i1,
int i2,
Relationship rel)
Constructs a new data object holding indices i1 and i2, as well as relationship rel. |
Method Summary | |
---|---|
int |
getFirstIndex()
Returns the value of i1. |
Relationship |
getRelationship()
Returns the relationship to be tested. |
int |
getSecondIndex()
Returns the value of i2. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwoIndicesInfo(int i1, int i2, Relationship rel)
Method Detail |
---|
public int getFirstIndex()
public int getSecondIndex()
public Relationship getRelationship()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |