Uses of Class
net.agmodel.physical.Speed

Packages that use Speed
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
 

Uses of Speed in net.agmodel.physical
 

Methods in net.agmodel.physical that return Speed
 Speed Speed.add(Speed x)
          Returns a Speed whose value is (this + x).
 Speed Speed.substract(Speed x)
          Returns a Speed whose value is (this - x).
 Speed Speed.multiply(double coefficient)
          Returns a Speed whose value is (this * coefficient).
 Speed Speed.divide(double coefficient)
          Returns a Speed whose value is (this / coefficient).
 Speed Length.divide(Duration d)
          Returns a Speed whose value is (this / d).
 Speed Duration.multiply(Acceleration a)
          Returns a Speed whose value is (this * a).
 Speed Acceleration.multiply(Duration d)
          Returns a Speed whose value is (this * d).
 

Methods in net.agmodel.physical with parameters of type Speed
 Speed Speed.add(Speed x)
          Returns a Speed whose value is (this + x).
 Speed Speed.substract(Speed x)
          Returns a Speed whose value is (this - x).
 int Speed.compareTo(Speed x)
          Compares this Speed with the specified Speed.
 Length Duration.multiply(Speed s)
          Returns a Length whose value is (this * s).
 



Copyright (C) NARC 2001 All Rights Reserved.