|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.Particle
org.jscience.physics.RelativisticParticle
org.jscience.physics.quantum.QuantumParticle
org.jscience.physics.quantum.particles.AntiQuark
public abstract class AntiQuark
A class representing antiquarks.
| Field Summary | |
|---|---|
static int |
ANTIBLUE
|
static int |
ANTIGREEN
|
static int |
ANTIRED
|
int |
color
The color. |
| Fields inherited from class org.jscience.physics.quantum.QuantumParticle |
|---|
spinZ |
| Fields inherited from class org.jscience.physics.RelativisticParticle |
|---|
momentum, position |
| Constructor Summary | |
|---|---|
AntiQuark()
Constructs an antiquark. |
|
| Method Summary | |
|---|---|
AntiQuark |
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. |
AntiQuark |
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 org.jscience.physics.quantum.QuantumParticle |
|---|
anti, charge, isAnti, strangeQN |
| Methods inherited from class org.jscience.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 ANTIRED
public static final int ANTIGREEN
public static final int ANTIBLUE
public int color
| Constructor Detail |
|---|
public AntiQuark()
| Method Detail |
|---|
public final int spin()
spin in class QuantumParticlepublic final int eLeptonQN()
eLeptonQN in class QuantumParticlepublic final int muLeptonQN()
muLeptonQN in class QuantumParticlepublic final int tauLeptonQN()
tauLeptonQN in class QuantumParticlepublic final int baryonQN()
baryonQN in class QuantumParticlepublic final int isospin()
isospin in class QuantumParticlepublic final int isospinZ()
isospinZ in class QuantumParticlepublic AntiQuark emit(Gluon g)
public AntiQuark absorb(Gluon g)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||