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

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

C

C - Static variable in class javax.units.NonSI
A unit of velocity relative to the speed of light (default label c).
CAD - Static variable in class com.dautelle.money.Currency
The Canadian Dollar currency unit.
CALORIE - Static variable in class javax.units.NonSI
A unit of energy equal to 4.1868 J (default label cal).
CANDELA - Static variable in class javax.units.SI
The base unit for luminous intensity quantities (cd).
CARAT - Static variable in class javax.units.NonSI
A unit of mass equal to 200 mg (default label carat).
CELSIUS - Static variable in class javax.units.SI
The derived unit for Celsius temperature (°C).
CENTI(Unit) - Static method in class javax.units.SI
Returns the specified unit multiplied by the factor 10-2
CENTIRADIAN - Static variable in class javax.units.NonSI
A unit of angle equal to 0.01 SI.RADIAN (default label centiradian).
CICERO - Static variable in class javax.units.NonSI
A unit of length equal to 12 NonSI.DIDOT (default label cicero).
CNY - Static variable in class com.dautelle.money.Currency
The China Yan currency.
COMPUTER_POINT - Static variable in class javax.units.NonSI
Equivalent NonSI.PIXEL
CONSTANT - Static variable in class com.dautelle.math.functions.Polynomial.Term
Holds the term representing no variables.
COULOMB - Static variable in class javax.units.SI
The derived unit for electric charge, quantity of electricity (C).
CUP_UK - Static variable in class javax.units.NonSI
A unit of volume equal to 10 NonSI.FLUID_OUNCE_UK (default label cup_uk).
CUP_US - Static variable in class javax.units.NonSI
A unit of volume equal to 8 NonSI.FLUID_OUNCE_US (default label cup_us).
CURIE - Static variable in class javax.units.NonSI
A unit of radioctive activity equal to the activity of a gram of radium (default label Ci).
CachedMap - class com.dautelle.util.CachedMap.
This class provides cache access to Map collections.
CachedMap() - Constructor for class com.dautelle.util.CachedMap
Creates a cached map backed by a FastMap.
CachedMap(int) - Constructor for class com.dautelle.util.CachedMap
Creates a cached map backed by a FastMap and having the specified cache size.
CachedMap(int, Map) - Constructor for class com.dautelle.util.CachedMap
Creates a cached map backed by the specified map and having the specified cache size.
CatalyticActivity - class com.dautelle.physics.CatalyticActivity.
This class represents a catalytic activity.
CatalyticActivity() - Constructor for class com.dautelle.physics.CatalyticActivity
Default constructor (allows for derivation).
CatalyticActivityOf(Quantity) - Static method in class com.dautelle.physics.CatalyticActivity
Returns the CatalyticActivity corresponding to the specified quantity.
CharData - class com.dautelle.xml.CharData.
This class represents the text that is not markup and constitutes the character data of a XML document.
CharData(String) - Constructor for class com.dautelle.xml.CharData
Creates a CharData instance with the specified text.
Complex - class com.dautelle.math.numbers.Complex.
This class represents an immutable complex number.
Complex.Value - class com.dautelle.math.numbers.Complex.Value.
This inner class represents a mutable image of an immutable Complex.
Complex.Value() - Constructor for class com.dautelle.math.numbers.Complex.Value
 
ConcurrentContext - class com.dautelle.realtime.ConcurrentContext.
This class represents a concurrent context; it is used to accelerate execution of concurrent algorithms on multi-processors systems.
ConcurrentContext.Logic - class com.dautelle.realtime.ConcurrentContext.Logic.
This abstract class represents a concurrent logic.
ConcurrentContext.Logic() - Constructor for class com.dautelle.realtime.ConcurrentContext.Logic
 
ConcurrentException - exception com.dautelle.realtime.ConcurrentException.
This class encapsulates errors or exceptions raised during the execution of concurrent threads (ConcurrentException are raised upon exit of the ConcurrentContext).
ConcurrentThread - class com.dautelle.realtime.ConcurrentThread.
This class represents "worker" threads employed by ConcurrentContext to perform concurrent executions on multi-processors systems.
Constant - class com.dautelle.math.functions.Constant.
This class represents a constant function (polynomial of degree 0).
Constants - class com.dautelle.physics.Constants.
This class defines fundamental physical constants in their symbolic form.
Constants() - Constructor for class com.dautelle.physics.Constants
Default constructor (allows for extension).
Constructor - class com.dautelle.xml.Constructor.
This class restores objects which have been serialized in XML format using an ObjectWriter.
Constructor() - Constructor for class com.dautelle.xml.Constructor
Default constructor (use RealtimeParser to parse XML document).
ConstructorException - exception com.dautelle.xml.ConstructorException.
Signals that a problem of some sort has occurred when creating an object from its XML representation.
ConstructorException() - Constructor for class com.dautelle.xml.ConstructorException
Constructs a ConstructorException with no detail message.
ConstructorException(String) - Constructor for class com.dautelle.xml.ConstructorException
Constructs a ConstructorException with the specified detail message.
ConstructorException(String, Throwable) - Constructor for class com.dautelle.xml.ConstructorException
Constructs a ConstructorException with the specified detail message and cause.
ConstructorException(Throwable) - Constructor for class com.dautelle.xml.ConstructorException
Constructs a ConstructorException with the specified cause.
ContentHandler - interface com.dautelle.xml.sax.ContentHandler.
Receives notification of the logical content of a document.
Context - class com.dautelle.realtime.Context.
This class represents a real-time context (thread-based).
Context() - Constructor for class com.dautelle.realtime.Context
Default constructor.
ConversionException - exception javax.units.ConversionException.
Signals that a problem of some sort has occurred either when creating a converter between two units or during the conversion itself.
ConversionException() - Constructor for class javax.units.ConversionException
Constructs a ConversionException with no detail message.
ConversionException(String) - Constructor for class javax.units.ConversionException
Constructs a ConversionException with the specified detail message.
Converter - class javax.units.Converter.
This class represents a converter of numeric values.
Converter() - Constructor for class javax.units.Converter
Default constructor.
Currency - class com.dautelle.money.Currency.
This class represents a currency Unit.
c - Static variable in class com.dautelle.physics.Constants
Holds the speed of light in vacuum.
c_square - Static variable in class com.dautelle.physics.Constants
Holds Constants.c².
capacity() - Method in class com.dautelle.util.FastMap
Returns the capacity of this FastMap.
charArray(int) - Static method in class com.dautelle.realtime.ArrayPool
Returns the current pool for char[].
charAt(int) - Method in class com.dautelle.util.FastString
Returns the character at the specified index.
characters(char[], int, int) - Method in interface com.dautelle.xml.sax.ContentHandler
Receives notification of character data.
characters(char[], int, int) - Method in class com.dautelle.xml.sax.DefaultHandler
 
circleOf(Length, Angle) - Static method in class com.dautelle.physics.Area
Returns the area of a circle sector (slice of a circle).
cleanup(Object) - Method in class com.dautelle.realtime.ObjectFactory
Cleans-up this factory's objects for future reuse.
clear(Object[], int, int) - Static method in class com.dautelle.realtime.ArrayPool
Clears an array beginning at the specified position.
clear() - Static method in class com.dautelle.realtime.PoolContext
Clears unused pools for the current thread.
clear() - Method in class com.dautelle.util.CachedMap
Removes all mappings from this map (optional operation).
clear() - Method in class com.dautelle.util.FastList
Removes all objects from the list.
clear() - Method in class com.dautelle.util.FastMap
Removes all mappings from this FastMap.
clear() - Method in class com.dautelle.util.FastSet
Removes all of the elements from this set.
clearAll() - Method in class com.dautelle.realtime.ObjectPool
Removes all objects from this pool.
clone() - Method in class com.dautelle.math.numbers.RealtimeNumber
Overrides the clone method to ensure that the copy references the heap pool.
clone() - Method in class com.dautelle.realtime.RealtimeObject
Overrides the clone method to ensure that the copy references the heap pool.
clone() - Method in class com.dautelle.util.Enum
Throws CloneNotSupportedException.
clone() - Method in class com.dautelle.util.FastMap
Returns a shallow copy of this FastMap allocated on the heap.
clone() - Method in class com.dautelle.util.FastSet
Returns a shallow copy of this FastSet.
close() - Method in class com.dautelle.util.Utf8StreamReader
Closes the stream.
close() - Method in class com.dautelle.util.Utf8StreamWriter
Closes the stream, flushing it first.
cofactor(int, int) - Method in class com.dautelle.math.Matrix
Returns the cofactor of an element in this matrix.
com.dautelle.math - package com.dautelle.math
Provides support for linear algebra.
com.dautelle.math.functions - package com.dautelle.math.functions
Provides support for fairly simple symbolic math analysis (to solve algebraic equations, integrate, differentiate, calculate expressions, and so on).
com.dautelle.math.numbers - package com.dautelle.math.numbers
Provides common types of numbers (operable and real-time compliant).
com.dautelle.money - package com.dautelle.money
Provides support for monetary quantities and their currencies.
com.dautelle.physics - package com.dautelle.physics
Provides support for physical quantities, automatic error calculation (including numeric errors), and dimension-checking done in the form of class-type checking.
com.dautelle.physics.models - package com.dautelle.physics.models
Provides models for physical quantities.
com.dautelle.realtime - package com.dautelle.realtime
Provides real-time Context for higher performance and higher predictability of Java bytecode execution.
com.dautelle.util - package com.dautelle.util
Provides important classes either missing from the standard JDK library or for which the current JDK implementation has serious flaws.
com.dautelle.xml - package com.dautelle.xml
Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML.
com.dautelle.xml.sax - package com.dautelle.xml.sax
Provides a XML RealtimeParser which does not create objects dynamically; this parser runs on average 2-3x faster than (the fastest) conventional SAX2 parser.
compareTo(Object) - Method in class com.dautelle.math.functions.Function.Variable
Compares this variable with the specified variable for order.
compareTo(Object) - Method in class com.dautelle.math.functions.Polynomial.Term
Compares this term with the specified term for order.
compareTo(Float32) - Method in class com.dautelle.math.numbers.Float32
Compares two 32 bits float numerically.
compareTo(Object) - Method in class com.dautelle.math.numbers.Float32
 
compareTo(Float64) - Method in class com.dautelle.math.numbers.Float64
Compares two 64 bits float numerically.
compareTo(Object) - Method in class com.dautelle.math.numbers.Float64
 
compareTo(Integer32) - Method in class com.dautelle.math.numbers.Integer32
Compares two 32 bits integer numerically.
compareTo(Object) - Method in class com.dautelle.math.numbers.Integer32
 
compareTo(Integer64) - Method in class com.dautelle.math.numbers.Integer64
Compares two 64 bits integer numerically.
compareTo(Object) - Method in class com.dautelle.math.numbers.Integer64
 
compareTo(Object) - Method in class com.dautelle.math.numbers.LargeInteger
Compares two large integer numerically.
compareTo(Object) - Method in class com.dautelle.math.numbers.Rational
Compares two Rational numerically.
compareTo(Object) - Method in class com.dautelle.math.numbers.Real
Compares two real numbers numerically.
compareTo(Object) - Method in class com.dautelle.physics.Quantity
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.dautelle.util.Enum
Compares this enum with the specified object for order.
compareTo(Object) - Method in class com.dautelle.util.FastString
Compares this FastString to another object.
compareTo(CharSequence) - Method in class com.dautelle.util.FastString
Compares this FastString with the specified character sequence lexicographically.
compose(Function) - Method in class com.dautelle.math.functions.Function
Returns the composition of this function with the one specified.
compose(Function) - Method in class com.dautelle.math.functions.Polynomial
 
compose(Function) - Method in class com.dautelle.math.functions.RationalFunction
 
concat(CharSequence) - Method in class com.dautelle.util.FastString
Concatenates the specified character sequence to the end of this FastString.
concatenate(Converter) - Method in class javax.units.AddConverter
 
concatenate(Converter) - Method in class javax.units.Converter
Concatenates this converter with another converter.
concatenate(Converter) - Method in class javax.units.MultiplyConverter
 
conjugate() - Method in class com.dautelle.math.numbers.Complex
Returns the conjugate of this complex number.
contains(Object) - Method in class com.dautelle.util.FastList
Searches for the object starting from the beginning of the list.
contains(Object) - Method in class com.dautelle.util.FastSet
Returns true if this set contains the specified element.
containsAll(Collection) - Method in class com.dautelle.util.FastList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class com.dautelle.util.FastSet
Returns true if this set contains all of the elements of the specified collection.
containsKey(Object) - Method in class com.dautelle.util.CachedMap
Indicates if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.dautelle.util.FastMap
Indicates if this FastMap contains a mapping for the specified key.
containsValue(Object) - Method in class com.dautelle.util.CachedMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.dautelle.util.FastMap
Indicates if this FastMap maps one or more keys to the specified value.
convert(double) - Method in class javax.units.AddConverter
 
convert(double) - Method in class javax.units.Converter
Converts a double value.
convert(double) - Method in class javax.units.LogConverter
 
convert(double) - Method in class javax.units.MultiplyConverter
 
copy(Struct, Struct) - Static method in class com.dautelle.util.Struct
Copies the content of the specified source Struct to the specified destination Struct.
cos() - Method in class com.dautelle.physics.Angle
Returns the trigonometric cosine of this Angle.
create() - Method in class com.dautelle.physics.Quantity.Factory
Returns a new quantity product of this factory.
create() - Method in class com.dautelle.realtime.ObjectFactory
Allocates a new object from this factory on the heap (using the new keyword).
create(InputStream) - Method in class com.dautelle.xml.Constructor
Creates an object from its XML representation read from the specified InputStream.
create(Reader) - Method in class com.dautelle.xml.Constructor
Creates an object from its XML representation read from the specified Reader.
create(File) - Method in class com.dautelle.xml.Constructor
Creates an object from its XML representation read from the specified File.
create(URL) - Method in class com.dautelle.xml.Constructor
Creates an object from its XML representation read from the specified URL.
create(InputSource) - Method in class com.dautelle.xml.Constructor
Creates an object from its XML representation read from the specified InputSource.
cross(Vector) - Method in class com.dautelle.math.Vector
Returns the cross product of two 3-dimensional vectors.
current() - Static method in class com.dautelle.physics.models.PhysicalModel
Returns the current physical model (default: instance of StandardModel).
current() - Static method in class com.dautelle.realtime.Context
Returns the current context for the current thread.
currentPool() - Method in class com.dautelle.realtime.ObjectFactory
Returns the pool for the current thread.

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.