|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.xml.ObservationRecord
The ObservationRecord is a set of XmlMagRecord
and XmlPositionRecord.
| Field Summary | |
protected XmlMagRecord |
mag_record
The magnitude record. |
protected XmlPositionRecord |
position_record
The position record. |
| Constructor Summary | |
ObservationRecord(XmlMagRecord mag_record,
XmlPositionRecord position_record)
Construct an ObservationRecord. |
|
| Method Summary | |
XmlMagRecord |
getMagRecord()
Gets the magnitude record. |
XmlPositionRecord |
getPositionRecord()
Gets the position record. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected XmlMagRecord mag_record
protected XmlPositionRecord position_record
| Constructor Detail |
public ObservationRecord(XmlMagRecord mag_record,
XmlPositionRecord position_record)
ObservationRecord.mag_record - the magnitude record.position_record - the position record.| Method Detail |
public XmlMagRecord getMagRecord()
public XmlPositionRecord getPositionRecord()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||