JSci.physics
Class Particle

java.lang.Object
  extended by JSci.physics.Particle
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractClassicalParticle, Atom, Molecule, RelativisticParticle

public abstract class Particle
extends java.lang.Object
implements java.io.Serializable

A superclass for building objects that have the physical nature of a particle.

See Also:
Serialized Form

Constructor Summary
Particle()
          Constructs a particle.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Particle

public Particle()
Constructs a particle.