|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.xml.Variability
The Variability represents a set of a catalog star
object, and the XML magnitude elements of the maximum and minimum.
| Field Summary | |
protected XmlMagRecord |
brightest_mag
The brightest magnitude. |
protected XmlMagRecord |
faintest_mag
The faintest magnitude. |
protected CatalogStar |
identified_star
The typical identified star. |
protected XmlMagRecord[] |
records
The all magnitude records. |
protected CatalogStar |
star
The star. |
| Constructor Summary | |
Variability(CatalogStar star,
XmlMagRecord[] records)
Constructs a Variability. |
|
Variability(CatalogStar star,
XmlMagRecord brightest_mag,
XmlMagRecord faintest_mag,
XmlMagRecord[] records)
Constructs a Variability. |
|
| Method Summary | |
void |
addMagnitudeRecord(XmlMagRecord record)
Adds a magnitude records. |
int |
getArcInDays()
Gets the arc in days. |
XmlMagRecord |
getBrightestMagnitude()
Gets the brightest magnitude. |
XmlMagRecord |
getFaintestMagnitude()
Gets the faintest magnitude. |
java.lang.String |
getFirstDate()
Gets the first date. |
CatalogStar |
getIdentifiedStar()
Gets the typical identified star object. |
java.lang.String |
getLastDate()
Gets the last date. |
double |
getMagnitudeRange()
Gets the magnitude range. |
XmlMagRecord[] |
getMagnitudeRecords()
Gets the magnitude records. |
int |
getObservations()
Gets the number of observations. |
CatalogStar |
getStar()
Gets the star object. |
void |
setIdentifiedStar(CatalogStar star)
Sets the typical identified star object. |
void |
setStar(CatalogStar star)
Sets the star object. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected CatalogStar star
protected CatalogStar identified_star
protected XmlMagRecord brightest_mag
protected XmlMagRecord faintest_mag
protected XmlMagRecord[] records
| Constructor Detail |
public Variability(CatalogStar star,
XmlMagRecord[] records)
Variability.star - the star object.records - the magnitude records.
public Variability(CatalogStar star,
XmlMagRecord brightest_mag,
XmlMagRecord faintest_mag,
XmlMagRecord[] records)
Variability.star - the star object.brightest_mag - the brightest magnitude.faintest_mag - the faintest magnitude.records - the all magnitude records.| Method Detail |
public CatalogStar getStar()
public void setStar(CatalogStar star)
star - the star object.public CatalogStar getIdentifiedStar()
public void setIdentifiedStar(CatalogStar star)
star - the typical identified star object.public XmlMagRecord getBrightestMagnitude()
public XmlMagRecord getFaintestMagnitude()
public double getMagnitudeRange()
public void addMagnitudeRecord(XmlMagRecord record)
record - a magnitude records.public XmlMagRecord[] getMagnitudeRecords()
public int getObservations()
public java.lang.String getFirstDate()
public java.lang.String getLastDate()
public int getArcInDays()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||