Classe contenant les infos provenant du fichier de description
le nom standard du catalogue,
la liste des pgm rencontre,
la liste des exemples,
la description
Title: General Controler class
Description: Used to create a controler for the model-view-controler structure
Copyright: Copyright (c) 2003
Company: Astronomical Observatory, Strasbourg, France
Class containing static methods for some particular conversions
Some comments:
The methods converting strings to intorlong are faster that the regular
Java classes (Integer.parseInt() or Long.parseLong())
The routines provided in this module define a "coordinate" as
a face number (between 1 and 6), and two (X,Y) values
in the range [-1,1[ representing the projection of a direction onto
a cube.
Creates an initialize the Reference from a Parfile file
be read from the 1st encountered empty line (separator) to the next one,
leaving the file ready for further reads.
Closes all remaining opened tags
As an XML file must be embedded in one main tag, and as this method
closes ALL tags, including the main one, this method can be called only
once during an XML file creation, and at its end !
Action effectuee quand pression sur le bouton Close Connection : fermeture
de la connexion ouverte et reinitialisation des zones contenant des donnees.
Closes the opened tags with their endtag mark ()
until finding a tag with the same name as the one specified
If several tags with the name name are opened, the process will stop
after having encountered the first one.
Compares two sorted lists and split them into three sublists containing
1) the entries only in the first list
2) the entries only in the second list
3) the entries common to both lists