de.uni_bremen.st.rcf.model
Class ProcessDatas

java.lang.Object
  extended by de.uni_bremen.st.rcf.model.Relation<ProcessData>
      extended by de.uni_bremen.st.rcf.model.ProcessDatas
All Implemented Interfaces:
Iterable<ProcessData>

public class ProcessDatas
extends Relation<ProcessData>

The ProcessData relation.

Author:
harder

Method Summary
 Attribute getChildrenAttribute()
           
 Attribute getChildrenCpuAttribute()
           
 Attribute getChildrenRealAttribute()
           
 Attribute getDescriptionAttribute()
           
 Attribute getIdAttribute()
           
 Attribute getMemEndAttribute()
           
 Attribute getMemStartAttribute()
           
 Attribute getPhaseNameAttribute()
           
 Attribute getSelfCpuAttribute()
           
 Attribute getSelfRealAttribute()
           
 Attribute getTotalCpuAttribute()
           
 Attribute getTotalRealAttribute()
           
 
Methods inherited from class de.uni_bremen.st.rcf.model.Relation
addAttribute, addEnumAttribute, addListAttribute, addReferenceAttribute, addReferenceListAttribute, addScalarAttribute, append, equals, getAttribute, getAttributes, getEntry, getEntryType, getFirstEntry, getName, getRCF, hasAttribute, iterator, size
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIdAttribute

public Attribute getIdAttribute()

getPhaseNameAttribute

public Attribute getPhaseNameAttribute()

getChildrenAttribute

public Attribute getChildrenAttribute()

getDescriptionAttribute

public Attribute getDescriptionAttribute()

getMemStartAttribute

public Attribute getMemStartAttribute()

getTotalRealAttribute

public Attribute getTotalRealAttribute()

getChildrenRealAttribute

public Attribute getChildrenRealAttribute()

getSelfRealAttribute

public Attribute getSelfRealAttribute()

getTotalCpuAttribute

public Attribute getTotalCpuAttribute()

getChildrenCpuAttribute

public Attribute getChildrenCpuAttribute()

getSelfCpuAttribute

public Attribute getSelfCpuAttribute()

getMemEndAttribute

public Attribute getMemEndAttribute()


Copyright © 2011. All Rights Reserved.