Uses of Class
ai.krr.NumericSymbol

Packages that use NumericSymbol
ai.krr   
 

Uses of NumericSymbol in ai.krr
 

Subclasses of NumericSymbol in ai.krr
 class IntegerSymbol
           This class implements part of the foundations for symbolic programming in Java.
 class RealNumberSymbol
           This class implements part of the foundations for symbolic programming in Java.
 

Methods in ai.krr with parameters of type NumericSymbol
 int RealNumberSymbol.compareTo(NumericSymbol numSy)
           This function compares this RealNumberSymbol to the given NumericSymbol.
abstract  int NumericSymbol.compareTo(NumericSymbol numSy)
           This function compares this NumericSymbol to the given NumericSymbol.
 int IntegerSymbol.compareTo(NumericSymbol numSy)
           This function compares this IntegerSymbol to the given NumericSymbol.