Package | Description |
---|---|
org.josef.science.physics.particle |
Physics of elementary and non-elementary particles.
|
Modifier and Type | Method and Description |
---|---|
Spin |
SubatomicParticle.getSpin()
Gets the Spin of a subatomic particle.
|
Spin |
Quark.getSpin()
Gets the Spin of this Quark, which is always
MINUS_ONE_HALF . |
Spin |
Lepton.getSpin()
Gets the Spin of this Lepton, which is always
ONE_HALF . |
Spin |
ElementaryBoson.getSpin()
Gets the Spin of this Boson.
|
static Spin |
Spin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spin[] |
Spin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018. All rights reserved.