|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.database.CelestialDivisionMapDBAccessor
The CelestialDivisionMapDBAccessor represents a
sequential accessor to the XML elements within the specified
circular area in the database classified by the R.A. and Decl.
| Field Summary | |
protected Folder |
db_folder
The folder. |
protected FileSystem |
file_system
The file system of the database. |
protected CelestialDivisionMapAccessor |
folder_accessor
The sequential accessor of the folders. |
protected XmlDBHolder |
holder_class
The holder class object of the XML records. |
protected CelestialDivisionMap |
map
The celestial division map. |
protected XmlDBRecord |
record_class
The class of the XML records. |
protected XmlDBAccessor |
xml_accessor
The sequential accessor of the elements in one folder. |
| Constructor Summary | |
CelestialDivisionMapDBAccessor(FileSystem file_system,
Folder db_folder,
CelestialDivisionMap map,
XmlDBHolder holder_class,
XmlDBRecord record_class)
Constructs a CelestialDivisionMapDBAccessor. |
|
| Method Summary | |
XmlDBRecord |
getFirstElement()
Gets the first element. |
XmlDBRecord |
getNextElement()
Gets the next element. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected FileSystem file_system
protected Folder db_folder
protected CelestialDivisionMap map
protected CelestialDivisionMapAccessor folder_accessor
protected XmlDBAccessor xml_accessor
protected XmlDBHolder holder_class
protected XmlDBRecord record_class
| Constructor Detail |
public CelestialDivisionMapDBAccessor(FileSystem file_system,
Folder db_folder,
CelestialDivisionMap map,
XmlDBHolder holder_class,
XmlDBRecord record_class)
CelestialDivisionMapDBAccessor.file_system - the file system of the database.db_folder - the folder.map - the celestial division map.holder_class - the holder class object of the XML records.record_class - the class object of the XML records.| Method Detail |
public XmlDBRecord getFirstElement()
throws java.io.IOException
public XmlDBRecord getNextElement()
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||