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

P-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 Α Ε Μ Π Σ Φ

P

PARSEC - Static variable in class javax.units.NonSI
A unit of length equal to the distance at which a star would appear to shift its position by one arcsecond over the course the time (about 3 months) in which the Earth moves a distance of NonSI.ASTRONOMICAL_UNIT in the direction perpendicular to the direction to the star (default label pc).
PASCAL - Static variable in class javax.units.SI
The derived unit for pressure, stress (Pa).
PERCENT - Static variable in class javax.units.NonSI
A dimensionless unit equals to 0.01 (default label %).
PETA(Unit) - Static method in class javax.units.SI
Returns the specified unit multiplied by the factor 1015
PICA - Static variable in class javax.units.NonSI
A unit of length equal to 12 NonSI.POINT (default label pi).
PICO(Unit) - Static method in class javax.units.SI
Returns the specified unit multiplied by the factor 10-12
PINT_DRY_US - Static variable in class javax.units.NonSI
A unit of volume equal to 1 / 8 NonSI.GALLON_DRY_US (default label pint_dry_us).
PINT_LIQUID_US - Static variable in class javax.units.NonSI
A unit of volume equal to 1 / 8 NonSI.GALLON_LIQUID_US (default label pint).
PINT_UK - Static variable in class javax.units.NonSI
A unit of volume equal to 1 / 8 NonSI.GALLON_UK (default label pint_uk).
PIXEL - Static variable in class javax.units.NonSI
A unit of length equal to 1/72 NonSI.INCH (default label pixel).
POINT - Static variable in class javax.units.NonSI
A unit of length equal to 0.013837 NonSI.INCH exactly (default label pt).
POUND - Static variable in class javax.units.NonSI
A unit of mass equal to 453.59237 grams (avoirdupois pound, default label lb).
POUND_FORCE - Static variable in class javax.units.NonSI
A unit of force equal to NonSI.POUND·NonSI.G (default label lbf).
PROTON - Static variable in class com.dautelle.physics.Mass
Holds the proton rest mass.
PhysicalModel - class com.dautelle.physics.models.PhysicalModel.
This abstract class represents a physical model.
PhysicalModel() - Constructor for class com.dautelle.physics.models.PhysicalModel
Default constructor (allows for derivation).
Polynomial - class com.dautelle.math.functions.Polynomial.
This class represents a mathematical expression involving a sum of powers in one or more variables multiplied by coefficients (such as x² + x·y + 3y²).
Polynomial.Term - class com.dautelle.math.functions.Polynomial.Term.
This class represents the term of a polynomial such as x·y².
PoolContext - class com.dautelle.realtime.PoolContext.
This class represents a pool context; it is used to reduce memory allocation and its "evil-brother" garbage collection.
Power - class com.dautelle.physics.Power.
This class represents the rate at which work is done.
Power() - Constructor for class com.dautelle.physics.Power
Default constructor (allows for derivation).
Pressure - class com.dautelle.physics.Pressure.
This class represents a force applied uniformly over a surface.
Pressure() - Constructor for class com.dautelle.physics.Pressure
Default constructor (allows for derivation).
ProductUnit - class javax.units.ProductUnit.
This class represents a product unit.
ProductUnit.Element - class javax.units.ProductUnit.Element.
Inner product element represents a rational power of a single unit.
parse(CharSequence) - Method in class com.dautelle.physics.QuantityFormat
Parses text from a character sequence to produce a quantity.
parse(String) - Method in class com.dautelle.xml.sax.RealtimeParser
Parses an XML document from a system identifier (URI).
parse(InputSource) - Method in class com.dautelle.xml.sax.RealtimeParser
Parses an XML document; this method does not allocate any object and is extremely fast.
parse(InputSource) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
parse(String) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
parseBoolean(CharSequence) - Static method in class com.dautelle.util.TypeFormat
Parses the specified CharSequence as a boolean.
parseDouble(CharSequence) - Static method in class com.dautelle.util.TypeFormat
Parses this CharSequence as a double.
parseFloat(CharSequence) - Static method in class com.dautelle.util.TypeFormat
Parses this CharSequence as a float.
parseInt(CharSequence) - Static method in class com.dautelle.util.TypeFormat
Parses the specified CharSequence as a signed decimal int.
parseInt(CharSequence, int) - Static method in class com.dautelle.util.TypeFormat
Parses the specified CharSequence as a signed int in the specified radix.
parseLong(CharSequence) - Static method in class com.dautelle.util.TypeFormat
Parses the specified CharSequence as a signed decimal long.
parseLong(CharSequence, int) - Static method in class com.dautelle.util.TypeFormat
Parses the specified CharSequence as a signed long in the specified radix.
parseObject(String, ParsePosition) - Method in class com.dautelle.physics.QuantityFormat
Parses text from a string to produce an object.
parseObject(String, ParsePosition) - Method in class javax.units.UnitFormat
Parses text from a string to produce an object.
parseShort(CharSequence) - Static method in class com.dautelle.util.TypeFormat
Parses the specified CharSequence as a signed decimal short.
parseShort(CharSequence, int) - Static method in class com.dautelle.util.TypeFormat
Parses the specified CharSequence as a signed short in the specified radix.
parseUnit(CharSequence) - Method in class javax.units.UnitFormat
Parses text from a character sequence to produce a unit.
plus(Operable) - Method in class com.dautelle.math.Matrix
 
plus(Operable) - Method in interface com.dautelle.math.Operable
Returns the sum of this object with the one specified.
plus(Operable) - Method in class com.dautelle.math.functions.Function
 
plus(Operable) - Method in class com.dautelle.math.functions.Polynomial
 
plus(Operable) - Method in class com.dautelle.math.functions.RationalFunction
 
plus(Operable) - Method in class com.dautelle.math.numbers.Complex
 
plus(Operable) - Method in class com.dautelle.math.numbers.Float32
 
plus(Operable) - Method in class com.dautelle.math.numbers.Float64
 
plus(Operable) - Method in class com.dautelle.math.numbers.Integer32
 
plus(Operable) - Method in class com.dautelle.math.numbers.Integer64
 
plus(Operable) - Method in class com.dautelle.math.numbers.LargeInteger
 
plus(Operable) - Method in class com.dautelle.math.numbers.Rational
 
plus(Operable) - Method in class com.dautelle.math.numbers.Real
 
plus(Operable) - Method in class com.dautelle.physics.Quantity
 
pop() - Static method in class com.dautelle.realtime.Context
Pops the current context from the context stack.
pow(int) - Method in class com.dautelle.math.Matrix
Returns this matrix raised at the specified exponent.
pow(int) - Method in class com.dautelle.math.functions.Function
Returns this function raised at the specified exponent.
pow(double) - Method in class com.dautelle.math.numbers.Complex
Returns this complex raised to the specified power.
pow(Complex) - Method in class com.dautelle.math.numbers.Complex
Returns this complex raised to the power of the specified complex exponent.
pow(double) - Method in class com.dautelle.math.numbers.Float64
Returns this number raised to the specified power.
pow(Float64) - Method in class com.dautelle.math.numbers.Float64
Returns this number raised to the power of the specified exponent.
pow(int) - Method in class com.dautelle.math.numbers.RealtimeNumber
Returns this Operable number raised at the specified exponent.
pow(double) - Method in class com.dautelle.physics.Quantity
Returns the quantity equals to this quantity raised to an exponent.
pow(Scalar) - Method in class com.dautelle.physics.Scalar
Returns this Scalar raised to the power of the specified Scalar exponent.
pow(int) - Method in class javax.units.Unit
Returns a unit equals to this unit raised to an exponent.
powerOf(Quantity) - Static method in class com.dautelle.physics.Power
Returns the Power corresponding to the specified quantity.
pressureOf(Quantity) - Static method in class com.dautelle.physics.Pressure
Returns the Pressure corresponding to the specified quantity.
processingInstruction(CharSequence, CharSequence) - Method in interface com.dautelle.xml.sax.ContentHandler
Receives notification of a processing instruction.
processingInstruction(CharSequence, CharSequence) - Method in class com.dautelle.xml.sax.DefaultHandler
 
pseudoInverse() - Method in class com.dautelle.math.Matrix
Returns the pseudo-inverse of this matrix.
push(Class) - Static method in class com.dautelle.realtime.Context
Pushes a context of specified type as the current context.
push(Context) - Static method in class com.dautelle.realtime.Context
Pushes the specified context as the current context.
put(Object, Object) - Method in class com.dautelle.util.CachedMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.dautelle.util.FastMap
Associates the specified value with the specified key in this FastMap.
putAll(Map) - Method in class com.dautelle.util.CachedMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class com.dautelle.util.FastMap
Copies all of the mappings from the specified map to this FastMap.

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.