|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFinding
A IFinding describes the impressions a observer had during a observation
of an astronomical object.
A IFinding is a very general description without observation or object
typical parameters. Subclasses of IFinding have to provide a specialised
way to describe different astronmical observartions or obejects
(e.g. variable Stars, DeepSky, Planets...).
| Field Summary | |
|---|---|
static java.lang.String |
XML_ELEMENT_DESCRIPTION
Constant for XML representation: Description element name. |
static java.lang.String |
XML_ELEMENT_FINDING
Constant for XML representation: IFinding element name. |
| Fields inherited from interface org.jscience.ml.om.ISchemaElement |
|---|
XML_ELEMENT_ATTRIBUTE_ID |
| Fields inherited from interface org.jscience.ml.om.IExtendableSchemaElement |
|---|
XML_XSI_TYPE |
| Method Summary | |
|---|---|
org.w3c.dom.Element |
addToXmlElement(org.w3c.dom.Element parent)
Adds the IFinding implementation to an given parent XML DOM Element. |
java.lang.String |
getDescription()
Returns the description of the IFinding. |
void |
setDescription(java.lang.String description)
Sets the description of the IFinding. |
| Methods inherited from interface org.jscience.ml.om.ISchemaElement |
|---|
getDisplayName, getID |
| Methods inherited from interface org.jscience.ml.om.IExtendableSchemaElement |
|---|
getXSIType |
| Field Detail |
|---|
static final java.lang.String XML_ELEMENT_FINDING
static final java.lang.String XML_ELEMENT_DESCRIPTION
Finding description
goes here</description> More stuff goes here
</result>
| Method Detail |
|---|
org.w3c.dom.Element addToXmlElement(org.w3c.dom.Element parent)
parent - The parent element for the IFinding implementation
Elementjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - A description of the finding.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||