Class JSci.physics.particles.KZero
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.particles.KZero

java.lang.Object
   |
   +----JSci.physics.Particle
           |
           +----JSci.physics.quantum.QuantumParticle
                   |
                   +----JSci.physics.particles.Hadron
                           |
                           +----JSci.physics.particles.Meson
                                   |
                                   +----JSci.physics.particles.Kaon
                                           |
                                           +----JSci.physics.particles.KZero

public final class KZero
extends Kaon
A class representing K0.

Constructor Index

 o KZero()
Constructs a K0.

Method Index

 o anti()
Returns the antiparticle of this particle.
 o charge()
Returns the electric charge.
 o isAnti(QuantumParticle)
Returns true if qp is the antiparticle.
 o isospinZ()
Returns the number of 1/2 units of the z-component of isospin.
 o quarks()
Returns the quark composition.
 o restMass()
Returns the rest mass (MeV).
 o toString()
Returns a string representing this class.

Constructors

 o KZero
  public KZero()
Constructs a K0.

Methods

 o restMass
  public double restMass()
Returns the rest mass (MeV).
Returns:
497.672
Overrides:
restMass in class Particle
 o charge
  public int charge()
Returns the electric charge.
Returns:
0
Overrides:
charge in class QuantumParticle
 o isospinZ
  public int isospinZ()
Returns the number of 1/2 units of the z-component of isospin.
Returns:
-1
Overrides:
isospinZ in class QuantumParticle
 o quarks
  public QuantumParticle[] quarks()
Returns the quark composition.
 o anti
  public QuantumParticle anti()
Returns the antiparticle of this particle.
Overrides:
anti in class QuantumParticle
 o isAnti
  public boolean isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle.
Overrides:
isAnti in class QuantumParticle
 o toString
  public String toString()
Returns a string representing this class.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index