|
|||||||||
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.GaugeBoson
public abstract class GaugeBoson
A class representing gauge bosons.
Field Summary |
---|
Fields inherited from class JSci.physics.quantum.QuantumParticle |
---|
spinZ |
Fields inherited from class JSci.physics.RelativisticParticle |
---|
momentum, position |
Constructor Summary | |
---|---|
GaugeBoson()
Constructs a gauge boson. |
Method Summary | |
---|---|
int |
baryonQN()
Returns the baryon number. |
int |
eLeptonQN()
Returns the electron lepton number. |
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 |
strangeQN()
Returns the strangeness number. |
int |
tauLeptonQN()
Returns the tau lepton number. |
Methods inherited from class JSci.physics.quantum.QuantumParticle |
---|
anti, charge, isAnti, spin |
Methods inherited from class JSci.physics.RelativisticParticle |
---|
equals, hashCode, restMass |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GaugeBoson()
Method Detail |
---|
public final int baryonQN()
baryonQN
in class QuantumParticle
public final int strangeQN()
strangeQN
in class QuantumParticle
public final int isospin()
isospin
in class QuantumParticle
public final int isospinZ()
isospinZ
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |