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.
  
  -  
	getChangeRate()
   -  provide information on the chageRate of the object
  
 -  
	getCurrentAngle()
   -  provde information on the current status of the object.
  
 -  
	getTotalChange()
   -  provide information on the total change of the object.
 
  
getChangeRate
 public abstract double getChangeRate()
  -  provide information on the chageRate of the object
  
    -  Returns:
    
 -  the velocity of the object.
  
 
 
 
getTotalChange
 public abstract double getTotalChange()
  -  provide information on the total change of the object.
  
    -  Returns:
    
 -  the "distance" the object moves.
  
 
 
 
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