public class ElementaryElement extends Object
Modifier and Type | Field and Description |
---|---|
static ElementaryElement |
neutron
A neutron.
|
static double[] |
neutronMassMultiples
Cache for the multiples of the neutron mass.
|
Modifier and Type | Method and Description |
---|---|
double |
getMass()
Returns the mass of the element.
|
String |
getName()
Returns the name of the element.
|
static double |
getNeutronMassMultiple(int i)
Returns the mass of the neutron multiplied by i.
|
public static final ElementaryElement neutron
public static double[] neutronMassMultiples
public static double getNeutronMassMultiple(int i)
i
- ipublic String getName()
public double getMass()
Copyright © 2018. All rights reserved.