All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface primitives.machines.CircularMotion

public interface CircularMotion
Objects who inherit from circularMotion interface are those who can provide 1 dimensional information on there possible states.


Method Index

 o getChangeRate()
provide information on the chageRate of the object
 o getCurrentAngle()
provde information on the current status of the object.
 o getTotalChange()
provide information on the total change of the object.

Methods

 o getChangeRate
 public abstract double getChangeRate()
provide information on the chageRate of the object

Returns:
the velocity of the object.
 o getTotalChange
 public abstract double getTotalChange()
provide information on the total change of the object.

Returns:
the "distance" the object moves.
 o getCurrentAngle
 public abstract double getCurrentAngle()
provde information on the current status of the object.

Returns:
the current state of the object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index