Uses of Class
ai.krr.IntegerSymbol

Packages that use IntegerSymbol
ai.krr   
ai.krr.fol   
 

Uses of IntegerSymbol in ai.krr
 

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

Uses of IntegerSymbol in ai.krr.fol
 

Methods in ai.krr.fol with parameters of type IntegerSymbol
protected  org.w3c.dom.Element XfolSentenceAdaptor.generateIntegerNode(org.w3c.dom.Document doc, IntegerSymbol intSy)