Class JSci.physics.particles.Gluon
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.physics.particles.Gluon
java.lang.Object
|
+----JSci.physics.Particle
|
+----JSci.physics.quantum.QuantumParticle
|
+----JSci.physics.particles.GaugeBoson
|
+----JSci.physics.particles.Gluon
- public final class Gluon
- extends GaugeBoson
A class representing gluons.
-
color
- The color.
-
Gluon()
- Constructs a gluon.
-
anti()
- Returns the antiparticle of this particle.
-
charge()
- Returns the electric charge.
-
isAnti(QuantumParticle)
- Returns true if qp is the antiparticle.
-
restMass()
- Returns the rest mass (MeV).
-
spin()
- Returns the number of 1/2 units of spin.
-
toString()
- Returns a string representing this class.
color
public int color
- The color.
Gluon
public Gluon()
- Constructs a gluon.
restMass
public double restMass()
- Returns the rest mass (MeV).
- Returns:
- 0.0
- Overrides:
- restMass in class Particle
spin
public int spin()
- Returns the number of 1/2 units of spin.
- Returns:
- 2
- Overrides:
- spin in class QuantumParticle
charge
public int charge()
- Returns the electric charge.
- Returns:
- 0
- Overrides:
- charge in class QuantumParticle
anti
public QuantumParticle anti()
- Returns the antiparticle of this particle.
- Overrides:
- anti in class QuantumParticle
isAnti
public boolean isAnti(QuantumParticle qp)
- Returns true if qp is the antiparticle.
- Overrides:
- isAnti in class QuantumParticle
toString
public String toString()
- Returns a string representing this class.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index