public class ElementaryElement extends ExperimentObject
Modifier and Type | Field and Description |
---|---|
static ElementaryElement |
neutron
A neutron.
|
static double[] |
neutronMassMultiples
Cache for the multiples of the neutron mass.
|
NO_KEY
Constructor and Description |
---|
ElementaryElement()
Empty default constructor.
|
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.
|
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
public static final ElementaryElement neutron
public static double[] neutronMassMultiples
public static double getNeutronMassMultiple(int i)
i
- ipublic String getName()
public double getMass()
Copyright © 2021. All rights reserved.