JSci.physics
Class Force

java.lang.Object
  extended byJSci.physics.Force
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Force2D, Force3D

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

A superclass for forces.

See Also:
Serialized Form

Constructor Summary
Force()
          Constructs a force.
 
Method Summary
abstract  AbstractDoubleVector getVector(double t)
          Returns a vector representing this force at a time t.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Force

public Force()
Constructs a force.

Method Detail

getVector

public abstract AbstractDoubleVector getVector(double t)
Returns a vector representing this force at a time t.