|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.utilities.experiments.MyMonKey
public class MyMonKey
| Field Summary |
|---|
| Fields inherited from interface com.jamonapi.MonKey |
|---|
LABEL_HEADER, UNITS_HEADER |
| Constructor Summary | |
|---|---|
MyMonKey(com.jamonapi.MonKeyItem keyItem,
String units)
|
|
MyMonKey(String summaryLabel,
Object details,
String units)
|
|
MyMonKey(String summaryLabel,
String units)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object compareKey)
This method is called automatically by a HashMap when this class is used as a HashMap key. |
List |
getBasicHeader(List header)
|
List |
getBasicRowData(List rowData)
|
Object |
getDetails()
|
List |
getDisplayHeader(List header)
|
List |
getHeader(List header)
|
String |
getLabel()
Returns the label for the monitor |
Object |
getParam()
Used to get any arbitrary Object into the key. |
String |
getRangeKey()
|
List |
getRowData(List rowData)
|
List |
getRowDisplayData(List rowData)
|
String |
getUnits()
Returns the units for the monitor |
Object |
getValue(String key)
Returns any object that has a named key. |
int |
hashCode()
Used when key is put into a Map to look up the monitor |
void |
setDetails(Object details)
|
void |
setParam(Object param)
Used to set any arbitrary Object into the key. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MyMonKey(String summaryLabel,
String units)
public MyMonKey(String summaryLabel,
Object details,
String units)
public MyMonKey(com.jamonapi.MonKeyItem keyItem,
String units)
| Method Detail |
|---|
public String getLabel()
public String getUnits()
public Object getDetails()
getDetails in interface com.jamonapi.MonKeyItempublic void setDetails(Object details)
setDetails in interface com.jamonapi.MonKeyItempublic Object getValue(String key)
getValue in interface com.jamonapi.MonKeypublic Object getParam()
public void setParam(Object param)
public boolean equals(Object compareKey)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic List getBasicHeader(List header)
public List getDisplayHeader(List header)
public List getHeader(List header)
public List getBasicRowData(List rowData)
public List getRowData(List rowData)
public List getRowDisplayData(List rowData)
public String toString()
toString in class Objectpublic String getRangeKey()
getRangeKey in interface com.jamonapi.MonKey
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||