|
|||||||||
| 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
org.jscience.physics.quantum.particles.AntiStrange
public final class AntiStrange
A class representing antistranges.
| Field Summary |
|---|
| Fields inherited from class org.jscience.physics.quantum.particles.AntiQuark |
|---|
ANTIBLUE, ANTIGREEN, ANTIRED, color |
| Fields inherited from class org.jscience.physics.quantum.QuantumParticle |
|---|
spinZ |
| Fields inherited from class org.jscience.physics.RelativisticParticle |
|---|
momentum, position |
| Constructor Summary | |
|---|---|
AntiStrange()
Constructs an antistrange. |
|
| Method Summary | |
|---|---|
QuantumParticle |
anti()
Returns the antiparticle of this particle. |
int |
charge()
Returns the number of 1/3 units of electric charge. |
boolean |
isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle. |
double |
restMass()
Returns the rest mass (MeV). |
int |
strangeQN()
Returns the strangeness number. |
java.lang.String |
toString()
Returns a string representing this class. |
| Methods inherited from class org.jscience.physics.quantum.particles.AntiQuark |
|---|
absorb, baryonQN, eLeptonQN, emit, isospin, isospinZ, muLeptonQN, spin, tauLeptonQN |
| Methods inherited from class org.jscience.physics.RelativisticParticle |
|---|
equals |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AntiStrange()
| Method Detail |
|---|
public double restMass()
restMass in class RelativisticParticlepublic int charge()
charge in class QuantumParticlepublic int strangeQN()
strangeQN in class QuantumParticlepublic QuantumParticle anti()
anti in class QuantumParticlepublic boolean isAnti(QuantumParticle qp)
isAnti in class QuantumParticleqp - DOCUMENT ME!
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||