|
|||||||||
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.AntiLepton
public abstract class AntiLepton
A class representing antileptons.
Field Summary |
---|
Fields inherited from class JSci.physics.quantum.QuantumParticle |
---|
spinZ |
Fields inherited from class JSci.physics.RelativisticParticle |
---|
momentum, position |
Constructor Summary | |
---|---|
AntiLepton()
Constructs an antilepton. |
Method Summary | |
---|---|
int |
baryonQN()
Returns the baryon 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 |
spin()
Returns the number of 1/2 units of spin. |
int |
strangeQN()
Returns the strangeness number. |
Methods inherited from class JSci.physics.quantum.QuantumParticle |
---|
anti, charge, eLeptonQN, isAnti, muLeptonQN, tauLeptonQN |
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 AntiLepton()
Method Detail |
---|
public final int spin()
spin
in class QuantumParticle
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |