|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_bremen.st.rcf.model.Entry
de.uni_bremen.st.rcf.model.ProcessData
public final class ProcessData
Method Summary | |
---|---|
List<ProcessData> |
getChildren()
Get the value list of children |
String |
getChildrenCpu()
Get the childrenCpu value. |
String |
getChildrenCpu(String defaultValue)
Get the childrenCpu value. |
String |
getChildrenReal()
Get the childrenReal value. |
String |
getChildrenReal(String defaultValue)
Get the childrenReal value. |
String |
getDescription()
Get the description value. |
String |
getDescription(String defaultValue)
Get the description value. |
String |
getMemEnd()
Get the memEnd value. |
String |
getMemEnd(String defaultValue)
Get the memEnd value. |
String |
getMemStart()
Get the memStart value. |
String |
getMemStart(String defaultValue)
Get the memStart value. |
String |
getPhaseName()
Get the phaseName value. |
String |
getPhaseName(String defaultValue)
Get the phaseName value. |
Relation<ProcessData> |
getRelation()
Get the relation this entry belongs to |
String |
getSelfCpu()
Get the selfCpu value. |
String |
getSelfCpu(String defaultValue)
Get the selfCpu value. |
String |
getSelfReal()
Get the selfReal value. |
String |
getSelfReal(String defaultValue)
Get the selfReal value. |
String |
getTotalCpu()
Get the totalCpu value. |
String |
getTotalCpu(String defaultValue)
Get the totalCpu value. |
String |
getTotalReal()
Get the totalReal value. |
String |
getTotalReal(String defaultValue)
Get the totalReal value. |
boolean |
isChildrenCpuSet()
Tells wether the childrenCpu value is set or not. |
boolean |
isChildrenRealSet()
Tells wether the childrenReal value is set or not. |
boolean |
isDescriptionSet()
Tells wether the description value is set or not. |
boolean |
isMemEndSet()
Tells wether the memEnd value is set or not. |
boolean |
isMemStartSet()
Tells wether the memStart value is set or not. |
boolean |
isPhaseNameSet()
Tells wether the phaseName value is set or not. |
boolean |
isSelfCpuSet()
Tells wether the selfCpu value is set or not. |
boolean |
isSelfRealSet()
Tells wether the selfReal value is set or not. |
boolean |
isTotalCpuSet()
Tells wether the totalCpu value is set or not. |
boolean |
isTotalRealSet()
Tells wether the totalReal value is set or not. |
void |
setChildrenCpu(String s)
Set the childrenCpu value. |
void |
setChildrenReal(String s)
Set the childrenReal value. |
void |
setDescription(String s)
Set the description value. |
void |
setMemEnd(String s)
Set the memEnd value. |
void |
setMemStart(String s)
Set the memStart value. |
void |
setPhaseName(String s)
Set the phaseName value. |
void |
setSelfCpu(String s)
Set the selfCpu value. |
void |
setSelfReal(String s)
Set the selfReal value. |
void |
setTotalCpu(String s)
Set the totalCpu value. |
void |
setTotalReal(String s)
Set the totalReal value. |
Methods inherited from class de.uni_bremen.st.rcf.model.Entry |
---|
copy, equals, getBool, getBool, getBool, getBool, getBoolList, getBoolList, getEntry, getEntry, getEntry, getEntry, getEntryList, getEntryList, getEntryType, getFloat, getFloat, getFloat, getFloat, getFloatList, getFloatList, getId, getInt, getInt, getInt, getInt, getIntList, getIntList, getString, getString, getString, getString, getStringList, getStringList, hashCode, isSet, isSet, setBool, setBool, setEntry, setEntry, setFloat, setFloat, setInt, setInt, setString, setString, store, unset, unset |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Relation<ProcessData> getRelation()
Entry
getRelation
in class Entry
public String getPhaseName()
public String getPhaseName(String defaultValue)
public void setPhaseName(String s)
s
- the valuepublic boolean isPhaseNameSet()
public List<ProcessData> getChildren()
public String getDescription()
public String getDescription(String defaultValue)
public void setDescription(String s)
s
- the valuepublic boolean isDescriptionSet()
public String getMemStart()
public String getMemStart(String defaultValue)
public void setMemStart(String s)
s
- the valuepublic boolean isMemStartSet()
public String getTotalReal()
public String getTotalReal(String defaultValue)
public void setTotalReal(String s)
s
- the valuepublic boolean isTotalRealSet()
public String getChildrenReal()
public String getChildrenReal(String defaultValue)
public void setChildrenReal(String s)
s
- the valuepublic boolean isChildrenRealSet()
public String getSelfReal()
public String getSelfReal(String defaultValue)
public void setSelfReal(String s)
s
- the valuepublic boolean isSelfRealSet()
public String getTotalCpu()
public String getTotalCpu(String defaultValue)
public void setTotalCpu(String s)
s
- the valuepublic boolean isTotalCpuSet()
public String getChildrenCpu()
public String getChildrenCpu(String defaultValue)
public void setChildrenCpu(String s)
s
- the valuepublic boolean isChildrenCpuSet()
public String getSelfCpu()
public String getSelfCpu(String defaultValue)
public void setSelfCpu(String s)
s
- the valuepublic boolean isSelfCpuSet()
public String getMemEnd()
public String getMemEnd(String defaultValue)
public void setMemEnd(String s)
s
- the valuepublic boolean isMemEndSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |