Titre : SActionFrame.java
Description : Interface permettant a certains utilisateurs d'interroger ou de mettre a jour la base
Copyright : Copyright (c) 2002
Société :
Titre : SBasicFrame.java
Description : Classe definissant une interface graphique de base pour d'autres interfaces
Copyright : Copyright (c) 2002
Société :
Sets peculiarities of the bibcode format
Currently, two peciliarities are recognized:
volume:vvvvv : volume number on 5 digits
page:sssnn : page number replaced by section, number in section
(involves the M char, which becomes numerical)
Work out the appropriate sign prefix for this sign value in this format
Have an extra type of sign modifier in addition to the ANSI standards
(which are "+" and " "): have both "+" and " "
no mods space plus space+plus
+ve "" " " "+" "+"
zero "" " " "+" " "
-ve "-" "-" "-" "-"
Compute the Sum of 2 values representing physical units
The difference with "plus" exists only for log scales or magnitudes:
the resulting value corresponds to a physical sum (e.g. of fluxes),
whereas the "plus" corresponds to an arithmetic sum.
symbolIsUnique Arg is a ptr previously returned by addSymbol.
-------------- Returns true if the line was added to the
symbol table exactly once with inoldfile true,
and exactly once with inoldfile false.