|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Composite | |
| net.agmodel.physical | Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. |
| Uses of Composite in net.agmodel.physical |
| Methods in net.agmodel.physical that return Composite | |
Composite |
Composite.add(Composite x)
Returns a Composite whose value is (this + x). |
Composite |
Composite.subtract(Composite x)
Returns a Composite whose value is (this - x). |
Composite |
Composite.multiply(double coefficient)
Returns a Composite whose value is (this * coefficient). |
Composite |
Composite.divide(double coefficient)
Returns a Composite whose value is (this / coefficient). |
Composite |
Composite.inverse()
Returns the Composite whose value is (1 / this). |
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). |
Composite |
AbstractQuantity.toComposite()
Converts a simple quantity to Composite. |
| Methods in net.agmodel.physical with parameters of type Composite | |
Composite |
Composite.add(Composite x)
Returns a Composite whose value is (this + x). |
Composite |
Composite.subtract(Composite x)
Returns a Composite whose value is (this - x). |
int |
Composite.compareTo(Composite x)
Compares this Composite with the specified Composite. |
| Constructors in net.agmodel.physical with parameters of type Composite | |
VolumetricDensity(Composite c)
VolumetricDensity constructor from Composite quantity. |
|
Volume(Composite c)
Volume constructor from Composite quantity. |
|
Temperature(Composite c)
Temperature constructor from Composite quantity. |
|
Speed(Composite c)
Speed constructor from Composite quantity. |
|
Radiation(Composite c)
Radiation constructor from Composite quantity. |
|
Mass(Composite c)
Mass constructor from Composite quantity. |
|
Length(Composite c)
Length constructor from Composite quantity. |
|
Frequency(Composite c)
Frequency constructor from Composite quantity. |
|
Duration(Composite c)
Duration constructor from Composite quantity. |
|
Area(Composite c)
Area constructor from Composite quantity. |
|
Acceleration(Composite c)
Acceleration constructor from Composite quantity. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||