|
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.stat.mperiods.MeasureSet.MeasureInfo
public static final class MeasureSet.MeasureInfo
Contains information about a measure added to a measure set.
Constructor Summary | |
---|---|
MeasureSet.MeasureInfo(MeasureMatrix mat,
int index)
Constructs a new measure information object for the measure index in the matrix mat. |
Method Summary | |
---|---|
MeasureSet.MeasureInfo |
clone()
|
boolean |
equals(Object o)
|
int |
getMeasureIndex()
Returns the index, in the associated measure matrix, of the represented measure. |
MeasureMatrix |
getMeasureMatrix()
Returns the measure matrix from which the measure is extracted. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MeasureSet.MeasureInfo(MeasureMatrix mat, int index)
mat
- the measure matrix to take the measure from.index
- the index of the measure, in mat.
NullPointerException
- if mat is null.Method Detail |
---|
public MeasureMatrix getMeasureMatrix()
public int getMeasureIndex()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public MeasureSet.MeasureInfo clone()
clone
in class Object
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |