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

Class JSci.physics.particles.Charm

java.lang.Object
   |
   +----JSci.physics.Particle
           |
           +----JSci.physics.quantum.QuantumParticle
                   |
                   +----JSci.physics.particles.Quark
                           |
                           +----JSci.physics.particles.Charm

public final class Charm
extends Quark
A class representing charms.

Constructor Index

 o Charm()
Constructs a charm.

Method Index

 o anti()
Returns the antiparticle of this particle.
 o charge()
Returns the number of 1/3 units of electric charge.
 o isAnti(QuantumParticle)
Returns true if qp is the antiparticle.
 o restMass()
Returns the rest mass (MeV).
 o strangeQN()
Returns the strangeness number.
 o toString()
Returns a string representing this class.

Constructors

 o Charm
  public Charm()
Constructs a charm.

Methods

 o restMass
  public double restMass()
Returns the rest mass (MeV).
Returns:
1500.0
Overrides:
restMass in class Particle
 o charge
  public int charge()
Returns the number of 1/3 units of electric charge.
Returns:
2
Overrides:
charge in class QuantumParticle
 o strangeQN
  public int strangeQN()
Returns the strangeness number.
Returns:
0
Overrides:
strangeQN in class QuantumParticle
 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