|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jlab.coda.et.AllData
This class holds all the information about an ET system. This includes information about attachments, stations, processes, and the system level.
| Field Summary | |
AttachmentData[] |
attData
Holds attachment information. |
ProcessData[] |
procData
Hold process information. |
StationData[] |
statData
Holds station information. |
SystemData |
sysData
Holds system information. |
| Constructor Summary | |
AllData()
Creates the bare minimum needed to hold the information of an ET system. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public SystemData sysData
public StationData[] statData
public AttachmentData[] attData
public ProcessData[] procData
| Constructor Detail |
public AllData()
SystemUse.getData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||