All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.particles.GaugeBoson

java.lang.Object
   |
   +----JSci.physics.Particle
           |
           +----JSci.physics.quantum.QuantumParticle
                   |
                   +----JSci.physics.particles.GaugeBoson

public abstract class GaugeBoson
extends QuantumParticle
A class representing gauge bosons.


Constructor Index

 o GaugeBoson()
Constructs a gauge boson.

Method Index

 o baryonQN()
Returns the baryon number.
 o eLeptonQN()
Returns the electron lepton number.
 o isospin()
Returns the number of 1/2 units of isospin.
 o isospinZ()
Returns the number of 1/2 units of the z-component of isospin.
 o muLeptonQN()
Returns the muon lepton number.
 o strangeQN()
Returns the strangeness number.
 o tauLeptonQN()
Returns the tau lepton number.

Constructors

 o GaugeBoson
 public GaugeBoson()
Constructs a gauge boson.

Methods

 o baryonQN
 public final int baryonQN()
Returns the baryon number.

Returns:
0
Overrides:
baryonQN in class QuantumParticle
 o strangeQN
 public final int strangeQN()
Returns the strangeness number.

Returns:
0
Overrides:
strangeQN in class QuantumParticle
 o isospin
 public final int isospin()
Returns the number of 1/2 units of isospin.

Returns:
0
Overrides:
isospin in class QuantumParticle
 o isospinZ
 public final int isospinZ()
Returns the number of 1/2 units of the z-component of isospin.

Returns:
0
Overrides:
isospinZ in class QuantumParticle
 o eLeptonQN
 public final int eLeptonQN()
Returns the electron lepton number.

Returns:
0
Overrides:
eLeptonQN in class QuantumParticle
 o muLeptonQN
 public final int muLeptonQN()
Returns the muon lepton number.

Returns:
0
Overrides:
muLeptonQN in class QuantumParticle
 o tauLeptonQN
 public final int tauLeptonQN()
Returns the tau lepton number.

Returns:
0
Overrides:
tauLeptonQN in class QuantumParticle

All Packages  Class Hierarchy  This Package  Previous  Next  Index