This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

A-Index (JADE v6.1 API)
JADE v6.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Α Ε Μ Π Σ Φ

A

AEON - Static variable in class javax.units.NonSI
A unit of duration equal to 1E9 NonSI.YEAR.
AMPERE - Static variable in class javax.units.SI
The base unit for electric current quantities (A).
ANGSTROM - Static variable in class javax.units.NonSI
A unit of length equal to 1E-10 m (default label Å).
ARE - Static variable in class javax.units.NonSI
A unit of area equal to 100 m² (default label a).
ASTRONOMICAL_UNIT - Static variable in class javax.units.NonSI
A unit of length equal to the average distance from the center of the Earth to the center of the Sun (default label ua).
ATMOSPHERE - Static variable in class javax.units.NonSI
A unit of pressure equal to the average pressure of the Earth's atmosphere at sea level (default label atm).
ATOM - Static variable in class javax.units.NonSI
A unit of amount of substance equals to one atom (default label atom).
ATOMIC_MASS - Static variable in class javax.units.NonSI
A unit of mass equal to 1/12 the mass of the carbon-12 atom (default label u).
ATTO(Unit) - Static method in class javax.units.SI
Returns the specified unit multiplied by the factor 10-18
AUD - Static variable in class com.dautelle.money.Currency
The Australian Dollar currency unit.
Acceleration - class com.dautelle.physics.Acceleration.
This class represents the rate of change of velocity with respect to time.
Acceleration() - Constructor for class com.dautelle.physics.Acceleration
Default constructor (allows for derivation).
AddConverter - class javax.units.AddConverter.
This class represents an add converter.
AddConverter(double) - Constructor for class javax.units.AddConverter
Creates an add converter with the specified offset.
AlternateUnit - class javax.units.AlternateUnit.
This class represents an alternate unit.
AmountOfSubstance - class com.dautelle.physics.AmountOfSubstance.
This class represents the number of elementary entities (molecules, for example) of a substance.
AmountOfSubstance() - Constructor for class com.dautelle.physics.AmountOfSubstance
Default constructor (allows for derivation).
Angle - class com.dautelle.physics.Angle.
This class represents the figure formed by two lines diverging from a common point.
Angle() - Constructor for class com.dautelle.physics.Angle
Default constructor (allows for derivation).
AngularAcceleration - class com.dautelle.physics.AngularAcceleration.
This class represents the rate of change of angular velocity with respect to time.
AngularAcceleration() - Constructor for class com.dautelle.physics.AngularAcceleration
Default constructor (allows for derivation).
AngularVelocity - class com.dautelle.physics.AngularVelocity.
This class represents the rate of change of angular displacement with respect to time.
AngularVelocity() - Constructor for class com.dautelle.physics.AngularVelocity
Default constructor (allows for derivation).
Area - class com.dautelle.physics.Area.
This class represents the extent of a planar region or of the surface of a solid measured in square units.
Area() - Constructor for class com.dautelle.physics.Area
Default constructor (allows for derivation).
ArrayPool - class com.dautelle.realtime.ArrayPool.
This class provides static methods to return ObjectPool for array of any type.
Attributes - interface com.dautelle.xml.sax.Attributes.
This interface represents a list of XML attributes.
a0 - Static variable in class com.dautelle.physics.Constants
Holds the Bohr radius (α/(4π·Rinf))
abs() - Method in class com.dautelle.math.numbers.Float32
Returns the absolute value of this number.
abs() - Method in class com.dautelle.math.numbers.Float64
Returns the absolute value of this number.
abs() - Method in class com.dautelle.math.numbers.Integer32
Returns the absolute value of this number.
abs() - Method in class com.dautelle.math.numbers.Integer64
Returns the absolute value of this number.
abs() - Method in class com.dautelle.math.numbers.LargeInteger
Returns the absolute value of this large integer.
abs() - Method in class com.dautelle.math.numbers.Rational
Returns the absolute value of this Rational.
abs() - Method in class com.dautelle.math.numbers.Real
Returns the absolute value of this real number.
abs() - Method in class com.dautelle.physics.Quantity
Returns the absolute value of this quantity.
accelerationOf(Quantity) - Static method in class com.dautelle.physics.Acceleration
Returns the Acceleration corresponding to the specified quantity.
acos() - Method in class com.dautelle.physics.Scalar
Returns an Angle such as its cosine is this Scalar.
add(Matrix) - Method in class com.dautelle.math.Matrix
Returns the sum of this matrix with the one specified.
add(Complex) - Method in class com.dautelle.math.numbers.Complex
Returns the sum of this complex with the one specified.
add(Float32) - Method in class com.dautelle.math.numbers.Float32
Returns the sum of this number with the one specified.
add(Float64) - Method in class com.dautelle.math.numbers.Float64
Returns the sum of this number with the one specified.
add(Integer32) - Method in class com.dautelle.math.numbers.Integer32
Returns the sum of this number with the one specified.
add(Integer64) - Method in class com.dautelle.math.numbers.Integer64
Returns the sum of this number with the one specified.
add(LargeInteger) - Method in class com.dautelle.math.numbers.LargeInteger
Returns the sum of this large integer with the one specified.
add(Rational) - Method in class com.dautelle.math.numbers.Rational
Returns the sum of this Rational with the one specified.
add(Real) - Method in class com.dautelle.math.numbers.Real
Returns the sum of this real number with the one specified.
add(Quantity) - Method in class com.dautelle.physics.Quantity
Returns the sum of this quantity with the one specified.
add(Object) - Method in class com.dautelle.util.FastList
Adds an object into the end of the list.
add(int, Object) - Method in class com.dautelle.util.FastList
Inserts the given element at the specified position.
add(Object) - Method in class com.dautelle.util.FastSet
Adds the specified element to this set if it is not already present.
add(Representable) - Method in class com.dautelle.xml.XmlElement
Appends the specified nested element to this XmlElement.
add(int, Object) - Method in class com.dautelle.xml.XmlElement
Inserts the specified object at the specified position in this XML element.
add(double) - Method in class javax.units.Unit
Returns the result of adding an offset to this unit.
addAll(Collection) - Method in class com.dautelle.util.FastList
Adds all objects from the collection to the end of the list.
addAll(int, Collection) - Method in class com.dautelle.util.FastList
Inserts all elements from the given collection starting at the specified position.
addAll(Collection) - Method in class com.dautelle.util.FastSet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(Representable[]) - Method in class com.dautelle.xml.XmlElement
Appends the specified nested elements to this XmlElement.
addFirst(Object) - Method in class com.dautelle.util.FastList
Inserts the object into the head of the list.
addLast(Object) - Method in class com.dautelle.util.FastList
Appends the object into the tail of the list.
addTo(Date) - Method in class com.dautelle.physics.Duration
Returns the date after the specified date.
address() - Method in class com.dautelle.util.Struct
Returns this Struct address.
adjoint() - Method in class com.dautelle.math.Matrix
Returns the adjoint of this matrix.
alias(Unit, String) - Static method in class javax.units.UnitFormat
Attaches a system-wide alias to the specified unit.
alternate(String) - Method in class javax.units.Unit
Returns a unit compatible to this unit except it uses the specified symbol.
amountOfSubstanceOf(Quantity) - Static method in class com.dautelle.physics.AmountOfSubstance
Returns the AmountOfSubstance corresponding to the specified quantity.
amu - Static variable in class com.dautelle.physics.Constants
Holds the unified atomic mass unit (0.001 kg/mol)/N
angleOf(Quantity) - Static method in class com.dautelle.physics.Angle
Returns the Angle corresponding to the specified quantity.
angularAccelerationOf(Quantity) - Static method in class com.dautelle.physics.AngularAcceleration
Returns the AngularAcceleration corresponding to the specified quantity.
angularVelocityOf(Quantity) - Static method in class com.dautelle.physics.AngularVelocity
Returns the AngularVelocity corresponding to the specified quantity.
appendTo(StringBuffer) - Method in class com.dautelle.math.functions.Function
Appends the text representation of this function to the StringBuffer argument.
appendTo(StringBuffer) - Method in class com.dautelle.math.functions.Polynomial.Term
Appends the text representation of this term to the StringBuffer argument.
appendTo(StringBuffer) - Method in class com.dautelle.math.functions.Polynomial
 
appendTo(StringBuffer) - Method in class com.dautelle.math.functions.RationalFunction
 
appendTo(StringBuffer) - Method in class com.dautelle.math.numbers.Complex
Appends the the text representation of this complex number using its cartesian form to the StringBuffer argument.
appendTo(StringBuffer) - Method in class com.dautelle.math.numbers.Float32
Appends the decimal text representation of this number to the StringBuffer argument.
appendTo(StringBuffer) - Method in class com.dautelle.math.numbers.Float64
Appends the decimal text representation of this number to the StringBuffer argument.
appendTo(StringBuffer) - Method in class com.dautelle.math.numbers.Integer32
Appends the decimal text representation of this number to the StringBuffer argument.
appendTo(StringBuffer) - Method in class com.dautelle.math.numbers.Integer64
Appends the decimal text representation of this number to the StringBuffer argument.
appendTo(StringBuffer, int) - Method in class com.dautelle.math.numbers.LargeInteger
Appends the text representation of this large integer in the specified radix to the StringBuffer argument.
appendTo(StringBuffer, int) - Method in class com.dautelle.math.numbers.Rational
Appends the text representation of this Rational to the StringBuffer argument in the specified radix.
appendTo(StringBuffer) - Method in class com.dautelle.math.numbers.Real
Appends the decimal text representation of this real number to the StringBuffer argument.
appendTo(StringBuffer, Unit) - Method in class com.dautelle.money.Money
Appends the text representation of this quantity in fixed points notation to the StringBuffer argument.
appendTo(StringBuffer, Unit) - Method in class com.dautelle.physics.Quantity
Appends the text representation of this quantity stated in the specified unit to the StringBuffer argument.
appendTo(StringBuffer) - Method in class javax.units.Unit
Appends the text representation of this Unit to the StringBuffer argument.
approxEquals(Real) - Method in class com.dautelle.math.numbers.Real
Indicates if this real is approximately equals to the one specified.
approxEquals(Quantity) - Method in class com.dautelle.physics.Quantity
Indicates if this quantity is approximately equals to the specified quantity.
approxEquals(Matrix, Matrix) - Static method in class com.dautelle.physics.Quantity
Indicates if the Quantity elements of the specified matrices are approximately equals.
arcOf(Length, Angle) - Static method in class com.dautelle.physics.Length
Returns the length of a circular arc.
areaOf(Quantity) - Static method in class com.dautelle.physics.Area
Returns the Area corresponding to the specified quantity.
argument() - Method in class com.dautelle.math.numbers.Complex
Returns the argument of this complex number.
array(Class, int) - Static method in class com.dautelle.realtime.ArrayPool
Returns the current pool for arrays of specified component type and minimum capacity.
asin() - Method in class com.dautelle.physics.Scalar
Returns an Angle such as its sine is this Scalar.
atan() - Method in class com.dautelle.physics.Scalar
Returns an Angle such as its tangent is this Scalar.
atan2(Quantity, Quantity) - Static method in class com.dautelle.physics.Angle
Converts rectangular coordinates (xy) to polar (ρ, θ).
attributeNames() - Method in class com.dautelle.xml.XmlElement
Returns an iterator over the names of all the attributes being set for this XML element.

JADE v6.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Α Ε Μ Π Σ Φ
Copyright © 2004 Jean-Marie Dautelle.