|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.StatsElement
This class defines the extra properties of a statistic. These extra properties, such as minimal occurance times of the statistic, cannot be determined by the I_Stats object itself, instead, they are determined by the upper layer statistic.
Constructor Summary | |
StatsElement(java.lang.String Name,
hypercast.I_Stats statisticsObj,
int minoccur,
int maxoccur)
Constructor. |
Method Summary | |
java.lang.String |
getName()
Return the name of this statistics |
hypercast.I_Stats |
getStatsObj()
Return the I_Stats object stored in this statistics |
void |
resetSchemaAttribute(org.w3c.dom.Element schemaElement)
Reset the attribute of the given schema element. |
void |
setName(java.lang.String nm)
Set the name of this statistics |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatsElement(java.lang.String Name, hypercast.I_Stats statisticsObj, int minoccur, int maxoccur)
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String nm)
public hypercast.I_Stats getStatsObj()
public void resetSchemaAttribute(org.w3c.dom.Element schemaElement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |