Package drasys.or

Basic OR-Objects classes.

See:
          Description

Interface Summary
CompareI An interface to compare two objects.
ComplexI An interface to an object that has a complex value.
DoubleI An interface to an object that has a double value.
FunctionsI An interface used by algorithms to access useful functions not supplied in 'java.lang.Math'.
PairI An interface to a container that holds two objects.
RealI An interface to a mutable real value with double precision.
 

Class Summary
CompareNumber A comparison object to compare two Number objects.
CompareNumberReverse A comparison object to compare two Number objects.
CompareReverse A comparison object that reverses the direction of another comparison object.
CompareString A comparison object to compare two String objects.
CompareStringReverse A comparison object to compare two String objects.
Complex An implementation of a complex value.
Constants A class containing commonly used constants.
Functions A class containing common functions not supplied in 'java.lang.Math'.
Pair A PairI implementation.
Real An implementation of a mutable double value.
 

Exception Summary
InvalidOperationException Thrown if an operation is attempted on an object with an invalid state.
InvalidPriorityException Thrown by a priority queue if a priority change is attempted and the new value is not supported by the implementation.
NotImplementedException Thrown if an object provides only a stub for a method in an interface.
ORException The base exception class for all exceptions in OR-Java.
ReadOnlyException Thrown if a set is attempted on a 'read only' attribute.
SyntaxException Thrown if a syntax error is encountered while parsing a file.
 

Error Summary
CorruptedError Thrown if a data structure is found to be corrupted.
InvalidArgumentError Thrown if an object provides only a stub for a method in an interface.
NotImplementedError Thrown if an object provides only a stub for a method in an interface.
ORError The base error class for all errors in OR-Java.
 

Package drasys.or Description

Basic OR-Objects classes.

Author:
DRA Systems


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com