JSci.physics.particles
Class AntiNeutron

java.lang.Object
  extended byJSci.physics.Particle
      extended byJSci.physics.RelativisticParticle
          extended byJSci.physics.quantum.QuantumParticle
              extended byJSci.physics.particles.AntiHadron
                  extended byJSci.physics.particles.AntiBaryon
                      extended byJSci.physics.particles.AntiNucleon
                          extended byJSci.physics.particles.AntiNeutron
All Implemented Interfaces:
java.io.Serializable

public final class AntiNeutron
extends AntiNucleon

A class representing antineutrons.

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
AntiNeutron()
          Constructs an antineutron.
 
Method Summary
 QuantumParticle anti()
          Returns the antiparticle of this particle.
 int charge()
          Returns the electric charge.
 boolean isAnti(QuantumParticle qp)
          Returns true if qp is the antiparticle.
 int isospinZ()
          Returns the number of 1/2 units of the z-component of isospin.
 QuantumParticle[] quarks()
          Returns the quark composition.
 double restMass()
          Returns the rest mass (MeV).
 java.lang.String toString()
          Returns a string representing this class.
 
Methods inherited from class JSci.physics.particles.AntiNucleon
isospin, spin, strangeQN
 
Methods inherited from class JSci.physics.particles.AntiBaryon
baryonQN
 
Methods inherited from class JSci.physics.particles.AntiHadron
eLeptonQN, muLeptonQN, tauLeptonQN
 
Methods inherited from class JSci.physics.RelativisticParticle
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AntiNeutron

public AntiNeutron()
Constructs an antineutron.

Method Detail

restMass

public double restMass()
Returns the rest mass (MeV).

Specified by:
restMass in class RelativisticParticle
Returns:
939.56563

isospinZ

public int isospinZ()
Returns the number of 1/2 units of the z-component of isospin.

Specified by:
isospinZ in class QuantumParticle
Returns:
1

charge

public int charge()
Returns the electric charge.

Specified by:
charge in class QuantumParticle
Returns:
0

quarks

public QuantumParticle[] quarks()
Returns the quark composition.


anti

public QuantumParticle anti()
Returns the antiparticle of this particle.

Specified by:
anti in class QuantumParticle

isAnti

public boolean isAnti(QuantumParticle qp)
Returns true if qp is the antiparticle.

Specified by:
isAnti in class QuantumParticle

toString

public java.lang.String toString()
Returns a string representing this class.