![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Main program. More...
Static Public Member Functions | |
static void | main (String[] args) |
<accepts an array of strings consisting of a list of files with isotopes args[0] should be a file with a list of all isotopes the other files should be a list with isotopes to be colored according to the comments of isotopeLists, above | |
static ArrayList< JIsotope > | readJIsotopeList (ArrayList< String > iLists, ArrayList< RGBVector > rgbVec) |
Static Private Member Functions | |
static void | printHelp () |
<Print a help message concerning the usage of the software. |
Main program.
Holds the information of all nuclides and which nuclides to highlight and creates an Eps-file with an image of the table of nuclides.
Definition at line 23 of file NuclideChart.java.
static void NuclideChart::main | ( | String[] | args | ) | [inline, static] |
<accepts an array of strings consisting of a list of files with isotopes args[0] should be a file with a list of all isotopes the other files should be a list with isotopes to be colored according to the comments of isotopeLists, above
stores the isotopes listed in the argument "file" in a new isotopeList in the member variable isotopeLists
Definition at line 28 of file NuclideChart.java.
References printHelp().