public class ElementaryElement extends DbObject
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.
|
getFirstLevel, getId, setFirstLevel, setId
jdoZooEvict, jdoZooGetBackup, jdoZooGetClassDef, jdoZooGetContext, jdoZooGetNode, jdoZooGetOid, jdoZooGetTimestamp, jdoZooHasState, jdoZooInit, jdoZooIsDeleted, jdoZooIsDetached, jdoZooIsDirty, jdoZooIsNew, jdoZooIsPersistent, jdoZooIsStateHollow, jdoZooIsTransactional, jdoZooMarkClean, jdoZooMarkDeleted, jdoZooMarkDetached, jdoZooMarkDirty, jdoZooMarkHollow, jdoZooMarkTransient, jdoZooSetOid, jdoZooSetTimestamp, toString, zooActivateRead, zooActivateWrite, zooActivateWrite
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.