|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.physics.Particle JSci.physics.RelativisticParticle JSci.physics.quantum.QuantumParticle JSci.physics.particles.Quark
A class representing quarks.
Field Summary | |
static int |
BLUE
|
int |
color
The color. |
static int |
GREEN
|
static int |
RED
|
Fields inherited from class JSci.physics.quantum.QuantumParticle |
spinZ |
Fields inherited from class JSci.physics.RelativisticParticle |
momentum, position |
Constructor Summary | |
Quark()
Constructs a quark. |
Method Summary | |
Quark |
absorb(Gluon g)
Absorbs a gluon. |
int |
baryonQN()
Returns the number of 1/3 units of baryon number. |
int |
eLeptonQN()
Returns the electron lepton number. |
Quark |
emit(Gluon g)
Emits a gluon. |
int |
isospin()
Returns the number of 1/2 units of isospin. |
int |
isospinZ()
Returns the number of 1/2 units of the z-component of isospin. |
int |
muLeptonQN()
Returns the muon lepton number. |
int |
spin()
Returns the number of 1/2 units of spin. |
int |
tauLeptonQN()
Returns the tau lepton number. |
Methods inherited from class JSci.physics.quantum.QuantumParticle |
anti, charge, isAnti, strangeQN |
Methods inherited from class JSci.physics.RelativisticParticle |
equals, restMass |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int RED
public static final int GREEN
public static final int BLUE
public int color
Constructor Detail |
public Quark()
Method Detail |
public final int spin()
spin
in class QuantumParticle
public final int eLeptonQN()
eLeptonQN
in class QuantumParticle
public final int muLeptonQN()
muLeptonQN
in class QuantumParticle
public final int tauLeptonQN()
tauLeptonQN
in class QuantumParticle
public final int baryonQN()
baryonQN
in class QuantumParticle
public final int isospin()
isospin
in class QuantumParticle
public final int isospinZ()
isospinZ
in class QuantumParticle
public Quark emit(Gluon g)
public Quark absorb(Gluon g)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |