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

Class JSci.physics.particles.AntiElectronNeutrino

java.lang.Object
   |
   +----JSci.physics.Particle
           |
           +----JSci.physics.quantum.QuantumParticle
                   |
                   +----JSci.physics.particles.AntiLepton
                           |
                           +----JSci.physics.particles.AntiElectronNeutrino

public final class AntiElectronNeutrino
extends AntiLepton
A class representing antielectron neutrinos.

Constructor Index

 o AntiElectronNeutrino()
Constructs an antielectron neutrino.

Method Index

 o anti()
Returns the antiparticle of this particle.
 o charge()
Returns the electric charge.
 o eLeptonQN()
Returns the electron lepton number.
 o isAnti(QuantumParticle)
Returns true if qp is the antiparticle.
 o muLeptonQN()
Returns the muon lepton number.
 o restMass()
Returns the rest mass (MeV).
 o tauLeptonQN()
Returns the tau lepton number.
 o toString()
Returns a string representing this class.

Constructors

 o AntiElectronNeutrino
  public AntiElectronNeutrino()
Constructs an antielectron neutrino.

Methods

 o restMass
  public double restMass()
Returns the rest mass (MeV).
Returns:
0.0
Overrides:
restMass in class Particle
 o charge
  public int charge()
Returns the electric charge.
Returns:
0
Overrides:
charge in class QuantumParticle
 o eLeptonQN
  public int eLeptonQN()
Returns the electron lepton number.
Returns:
-1
Overrides:
eLeptonQN in class QuantumParticle
 o muLeptonQN
  public int muLeptonQN()
Returns the muon lepton number.
Returns:
0
Overrides:
muLeptonQN in class QuantumParticle
 o tauLeptonQN
  public int tauLeptonQN()
Returns the tau lepton number.
Returns:
0
Overrides:
tauLeptonQN 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