|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.sensordata.SdtSummary
public class SdtSummary
A simple class containing a summary of a single SDT instance.
Constructor Summary | |
---|---|
SdtSummary(java.lang.String sdtName,
java.lang.String tool,
long count)
Construct this instance. |
Method Summary | |
---|---|
long |
getCount()
Get the number of times it occurred. |
java.lang.String |
getSdtName()
Get the sdt name. |
java.lang.String |
getTool()
The tool responsible for generating these instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SdtSummary(java.lang.String sdtName, java.lang.String tool, long count)
sdtName
- The SDT name.tool
- The tool that generated instances with this SDT.count
- The number of instances of this type and tool.Method Detail |
---|
public java.lang.String getSdtName()
public long getCount()
public java.lang.String getTool()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |