Class JSci.physics.particles.Quark
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.particles.Quark

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

public class Quark
extends QuantumParticle
A class representing quarks.

Variable Index

 o color
The color.

Constructor Index

 o Quark()
Constructs a quark.

Method Index

 o baryonQN()
Returns the number of 1/3 units of 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 spin()
Returns the number of 1/2 units of spin.
 o tauLeptonQN()
Returns the tau lepton number.

Variables

 o color
  public int color
The color.

Constructors

 o Quark
  public Quark()
Constructs a quark.

Methods

 o spin
  public final int spin()
Returns the number of 1/2 units of spin.
Returns:
1
Overrides:
spin 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
 o baryonQN
  public final int baryonQN()
Returns the number of 1/3 units of baryon number.
Returns:
1
Overrides:
baryonQN 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index