ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Static Public Member Functions | Static Private Member Functions
NuclideChart Class Reference

Main program. More...

List of all members.

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< JIsotopereadJIsotopeList (ArrayList< String > iLists, ArrayList< RGBVector > rgbVec)

Static Private Member Functions

static void printHelp ()
 <Print a help message concerning the usage of the software.

Detailed Description

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.

Author:
Philippe Klintefelt-Collet, Carl Toft, Rikard Lundmark

Definition at line 23 of file NuclideChart.java.


Member Function Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark