Package noope.laws

Classes describing force laws modelled by NOOPE.

See:
          Description

Class Summary
Gravity Used to implement Newton's inverse square law of gravity
GravityPropertyRecord This is the LawPropertyRecord class associated with the Gravity law.
Law This class describes a force-law in the modelled universe.
LawPropertyRecord This is a class that stores the properties of an Entity needed by a specific Law.
ParticlePairLaw This is an abstract subclass of Law used to model a Law that acts on a pair of Entitys, i.e.
SphereCollision This law models collisions of spherical entitys.
SphereCollisionPropertyRecord This is the LawPropertyRecord used by the SphereCollision law to store the radius of each Entity.
 

Package noope.laws Description

Classes describing force laws modelled by NOOPE. Also includes data output classes.