|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.datafuel.analysis.model.AbstractEntry
nu.datafuel.analysis.model.CpuEntry
DOCUMENT ME!
| Field Summary | |
static java.lang.String[] |
title
|
| Constructor Summary | |
CpuEntry()
Creates a new instance of CpuEntry |
|
| Method Summary | |
double |
getAccum()
Getter for property accum. |
int |
getCount()
Getter for property count. |
java.lang.String |
getMethod()
Getter for property method. |
int |
getRank()
Getter for property rank. |
double |
getSelf()
Getter for property self. |
int |
getTrace()
Getter for property trace. |
void |
setAccum(double accum)
Setter for property accum. |
void |
setCount(int count)
Setter for property count. |
void |
setMethod(java.lang.String method)
Setter for property method. |
void |
setRank(int rank)
Setter for property rank. |
void |
setSelf(double self)
Setter for property self. |
void |
setTrace(int trace)
Setter for property trace. |
java.lang.Object[] |
toObjectArray()
DOCUMENT ME! |
| Methods inherited from class nu.datafuel.analysis.model.AbstractEntry |
toXmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String[] title
| Constructor Detail |
public CpuEntry()
| Method Detail |
public void setAccum(double accum)
accum - New value of property accum.public double getAccum()
public void setCount(int count)
count - New value of property count.public int getCount()
public void setMethod(java.lang.String method)
method - New value of property method.public java.lang.String getMethod()
public void setRank(int rank)
rank - New value of property rank.public int getRank()
public void setSelf(double self)
self - New value of property self.public double getSelf()
public void setTrace(int trace)
trace - New value of property trace.public int getTrace()
public java.lang.Object[] toObjectArray()
toObjectArray in class AbstractEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||