spis.Top.Default
Class SpisDefaultPartTypes

java.lang.Object
  extended byspis.Top.Default.SpisDefaultPartTypes

public class SpisDefaultPartTypes
extends java.lang.Object

Class Name : SpisDefaultPartTypes
Project ref : SPIS project
File name : SpisDefaultPartTypes.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : Mar 4, 2004
Modification :

Description : Default particle types

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Field Summary
static Part argon
          to be referred to in UI as "Ar+"
static Part cesium
          to be referred to in UI as "Cs+"
static Part electron
          to be referred to in UI as "electron"
static Part indium
          to be referred to in UI as "In+"
static Part oxygen
          to be referred to in UI as "O+"
static PartTable partTable
          Default particle types, all RichPartList might be built with this table
static Part photon
          to be referred to in UI as "photon"
static Part proton
          proton, to be referred to in UI as "H+"
static Part water
          to be referred to in UI as "H20+"
static Part xenon
          to be referred to in UI as "Xe+"
static Part xenon2plus
          to be referred to in UI as "Xe++"
static Part xenonNeutral
          to be referred to in UI as "Xe"
 
Constructor Summary
SpisDefaultPartTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

electron

public static Part electron
to be referred to in UI as "electron"


proton

public static Part proton
proton, to be referred to in UI as "H+"


oxygen

public static Part oxygen
to be referred to in UI as "O+"


water

public static Part water
to be referred to in UI as "H20+"


xenon

public static Part xenon
to be referred to in UI as "Xe+"


argon

public static Part argon
to be referred to in UI as "Ar+"


cesium

public static Part cesium
to be referred to in UI as "Cs+"


indium

public static Part indium
to be referred to in UI as "In+"


xenon2plus

public static Part xenon2plus
to be referred to in UI as "Xe++"


xenonNeutral

public static Part xenonNeutral
to be referred to in UI as "Xe"


photon

public static Part photon
to be referred to in UI as "photon"


partTable

public static PartTable partTable
Default particle types, all RichPartList might be built with this table

Constructor Detail

SpisDefaultPartTypes

public SpisDefaultPartTypes()