de.uni_bremen.st.rcf.model
Class ProcessData

java.lang.Object
  extended by de.uni_bremen.st.rcf.model.Entry
      extended by de.uni_bremen.st.rcf.model.ProcessData

public final class ProcessData
extends Entry


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

getRelation

public Relation<ProcessData> getRelation()
Description copied from class: Entry
Get the relation this entry belongs to

Overrides:
getRelation in class Entry
Returns:
the Relation

getPhaseName

public String getPhaseName()
Get the phaseName value.

Returns:
the value of phaseName

getPhaseName

public String getPhaseName(String defaultValue)
Get the phaseName value.

Returns:
the value of phaseName or defaultValue if phaseName is not set.

setPhaseName

public void setPhaseName(String s)
Set the phaseName value.

Parameters:
s - the value

isPhaseNameSet

public boolean isPhaseNameSet()
Tells wether the phaseName value is set or not.

Returns:
true if phaseName is set.

getChildren

public List<ProcessData> getChildren()
Get the value list of children

Returns:
the value list

getDescription

public String getDescription()
Get the description value.

Returns:
the value of description

getDescription

public String getDescription(String defaultValue)
Get the description value.

Returns:
the value of description or defaultValue if description is not set.

setDescription

public void setDescription(String s)
Set the description value.

Parameters:
s - the value

isDescriptionSet

public boolean isDescriptionSet()
Tells wether the description value is set or not.

Returns:
true if description is set.

getMemStart

public String getMemStart()
Get the memStart value.

Returns:
the value of memStart

getMemStart

public String getMemStart(String defaultValue)
Get the memStart value.

Returns:
the value of memStart or defaultValue if memStart is not set.

setMemStart

public void setMemStart(String s)
Set the memStart value.

Parameters:
s - the value

isMemStartSet

public boolean isMemStartSet()
Tells wether the memStart value is set or not.

Returns:
true if memStart is set.

getTotalReal

public String getTotalReal()
Get the totalReal value.

Returns:
the value of totalReal

getTotalReal

public String getTotalReal(String defaultValue)
Get the totalReal value.

Returns:
the value of totalReal or defaultValue if totalReal is not set.

setTotalReal

public void setTotalReal(String s)
Set the totalReal value.

Parameters:
s - the value

isTotalRealSet

public boolean isTotalRealSet()
Tells wether the totalReal value is set or not.

Returns:
true if totalReal is set.

getChildrenReal

public String getChildrenReal()
Get the childrenReal value.

Returns:
the value of childrenReal

getChildrenReal

public String getChildrenReal(String defaultValue)
Get the childrenReal value.

Returns:
the value of childrenReal or defaultValue if childrenReal is not set.

setChildrenReal

public void setChildrenReal(String s)
Set the childrenReal value.

Parameters:
s - the value

isChildrenRealSet

public boolean isChildrenRealSet()
Tells wether the childrenReal value is set or not.

Returns:
true if childrenReal is set.

getSelfReal

public String getSelfReal()
Get the selfReal value.

Returns:
the value of selfReal

getSelfReal

public String getSelfReal(String defaultValue)
Get the selfReal value.

Returns:
the value of selfReal or defaultValue if selfReal is not set.

setSelfReal

public void setSelfReal(String s)
Set the selfReal value.

Parameters:
s - the value

isSelfRealSet

public boolean isSelfRealSet()
Tells wether the selfReal value is set or not.

Returns:
true if selfReal is set.

getTotalCpu

public String getTotalCpu()
Get the totalCpu value.

Returns:
the value of totalCpu

getTotalCpu

public String getTotalCpu(String defaultValue)
Get the totalCpu value.

Returns:
the value of totalCpu or defaultValue if totalCpu is not set.

setTotalCpu

public void setTotalCpu(String s)
Set the totalCpu value.

Parameters:
s - the value

isTotalCpuSet

public boolean isTotalCpuSet()
Tells wether the totalCpu value is set or not.

Returns:
true if totalCpu is set.

getChildrenCpu

public String getChildrenCpu()
Get the childrenCpu value.

Returns:
the value of childrenCpu

getChildrenCpu

public String getChildrenCpu(String defaultValue)
Get the childrenCpu value.

Returns:
the value of childrenCpu or defaultValue if childrenCpu is not set.

setChildrenCpu

public void setChildrenCpu(String s)
Set the childrenCpu value.

Parameters:
s - the value

isChildrenCpuSet

public boolean isChildrenCpuSet()
Tells wether the childrenCpu value is set or not.

Returns:
true if childrenCpu is set.

getSelfCpu

public String getSelfCpu()
Get the selfCpu value.

Returns:
the value of selfCpu

getSelfCpu

public String getSelfCpu(String defaultValue)
Get the selfCpu value.

Returns:
the value of selfCpu or defaultValue if selfCpu is not set.

setSelfCpu

public void setSelfCpu(String s)
Set the selfCpu value.

Parameters:
s - the value

isSelfCpuSet

public boolean isSelfCpuSet()
Tells wether the selfCpu value is set or not.

Returns:
true if selfCpu is set.

getMemEnd

public String getMemEnd()
Get the memEnd value.

Returns:
the value of memEnd

getMemEnd

public String getMemEnd(String defaultValue)
Get the memEnd value.

Returns:
the value of memEnd or defaultValue if memEnd is not set.

setMemEnd

public void setMemEnd(String s)
Set the memEnd value.

Parameters:
s - the value

isMemEndSet

public boolean isMemEndSet()
Tells wether the memEnd value is set or not.

Returns:
true if memEnd is set.


Copyright © 2011. All Rights Reserved.