JSci.physics.particles
Class Hyperon

java.lang.Object
  extended by JSci.physics.Particle
      extended by JSci.physics.RelativisticParticle
          extended by JSci.physics.quantum.QuantumParticle
              extended by JSci.physics.particles.Hadron
                  extended by JSci.physics.particles.Baryon
                      extended by JSci.physics.particles.Hyperon
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AntiLambda, AntiSigma, AntiXi, Lambda, OmegaMinus, Sigma, Xi

public abstract class Hyperon
extends Baryon

A class representing hyperons.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class JSci.physics.quantum.QuantumParticle
spinZ
 
Fields inherited from class JSci.physics.RelativisticParticle
momentum, position
 
Constructor Summary
Hyperon()
          Constructs a hyperon.
 
Method Summary
 
Methods inherited from class JSci.physics.particles.Baryon
baryonQN
 
Methods inherited from class JSci.physics.particles.Hadron
eLeptonQN, muLeptonQN, tauLeptonQN
 
Methods inherited from class JSci.physics.quantum.QuantumParticle
anti, charge, isAnti, isospin, isospinZ, spin, strangeQN
 
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

Hyperon

public Hyperon()
Constructs a hyperon.