|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Top.Default.SpisDefaultPartTypes
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 number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
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+" |
private static Part[] |
partArray
array of particles, do not use it |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static Part electron
public static Part proton
public static Part oxygen
public static Part water
public static Part xenon
public static Part argon
public static Part cesium
public static Part indium
public static Part xenon2plus
public static Part xenonNeutral
public static Part photon
private static Part[] partArray
public static PartTable partTable
Constructor Detail |
public SpisDefaultPartTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |