Uses of Class
net.agmodel.physical.AbstractQuantity

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

Uses of AbstractQuantity in net.agmodel.physical
 

Subclasses of AbstractQuantity in net.agmodel.physical
 class Acceleration
          This class represents the rate of change of speed with respect to time.
 class Angle
          This class represents the figure formed by two lines diverging from a common point.
 class Area
          This class represents the extent of a planar region or of the surface of a solid measured in square units.
 class Composite
          This class represents a combination of several quantities.
 class Duration
          This class represents a period of existence or persistence.
 class Frequency
          This class represents the number of times a specified phenomenon occurs within a specified interval.
 class Length
          This class represents the extent of something along its greatest dimension or the extent of space between two objects or places.
 class Mass
          This class represents the measure of the quantity of matter that a body or an object contains.  The mass of the body is not dependent on gravity and therefore is different from but proportional to its weight
 class Proportion
          This class represents the figure formed by two lines diverging from a common point.
 class Radiation
          This class represents rate at which radiant energy is incident on an area.
 class Speed
          This class represents a distance traveled divided by the time of travel.
 class Temperature
          This class represents the degree of hotness or coldness of a body or an environment
 class Volume
          This class represents the amount of space occupied by a three-dimensional object or region of space, expressed in cubic units.
 class VolumetricDensity
          This class represents a mass per unit volume of a substance under specified conditions of pressure and temperature
 

Methods in net.agmodel.physical with parameters of type AbstractQuantity
 Composite AbstractQuantity.multiply(AbstractQuantity x)
          Returns the Composite whose value is (this * x).
 Composite AbstractQuantity.divide(AbstractQuantity x)
          Returns the Composite whose value is (this / x).
 



Copyright (C) NARC 2001 All Rights Reserved.