A B C D E F G H I J L M N O P Q R S T U V W X Y Z

R

random - Static variable in class com.svincent.util.Util
The current system random number generation.
randomChar(char, char) - Static method in class com.svincent.util.RandomUtil
 
randomFixedLengthString(int, char, char) - Static method in class com.svincent.util.RandomUtil
 
randomInt(int, int) - Static method in class com.svincent.util.RandomUtil
Generates a random integer between 'lo' and 'hi', inclusively.
RandomUtil - class com.svincent.util.RandomUtil.
 
RandomUtil.Histogram - class com.svincent.util.RandomUtil.Histogram.
 
RandomUtil.Histogram() - Constructor for class com.svincent.util.RandomUtil.Histogram
 
Read - Static variable in class com.svincent.moksa.Io
Modes
readChar() - Method in class com.svincent.moksa.Io.PrologInput
Reads a character from this stream.
readCharImpl() - Method in class com.svincent.moksa.Io.PrologInput
 
readCharImpl() - Method in class com.svincent.moksa.Io.PrologReader
 
readCharImpl() - Method in class com.svincent.moksa.Io.PrologInputStream
 
readCharTerm() - Method in class com.svincent.moksa.Io.PrologInput
Returns the next character in the stream as a PrologTerm (either an Integer or an Atom: 'end_of_file').
readLine() - Static method in class com.svincent.util.Util
Same as Util.readLine (Util.in).
readLine(Reader) - Static method in class com.svincent.util.Util
Reads a string from the specified reader, stopping at newline (specified by Util.cNL).
readProlog(PrologEngine, PrologParser, String) - Static method in class com.svincent.moksa.PrologPackageManager
 
readToken(Io.PrologInput) - Method in class com.svincent.moksa.PrologTokenizer
Read a single token from 'in'.
ReflectException - exception com.svincent.util.ReflectException.
Thrown from ReflectUtil methods when an error occurs.
ReflectException() - Constructor for class com.svincent.util.ReflectException
 
ReflectException(String) - Constructor for class com.svincent.util.ReflectException
 
ReflectException(String, Throwable) - Constructor for class com.svincent.util.ReflectException
 
ReflectUtil - class com.svincent.util.ReflectUtil.
Minimizes the tedium of Java reflection.
remove() - Method in class com.svincent.moksa.CompoundTerm.PrologIterator
 
required() - Method in class com.svincent.util.CommandLine.Arg
 
reset() - Method in class com.svincent.util.Stopwatch
Resets the time to 0.
restoreRegisters() - Method in class com.svincent.moksa.Wam.ChoicePoint
Restore the WAM registers that are saved in this ChoicePoint.
resultArgs - Variable in class com.svincent.util.CommandLine
A list of Strings and Args, representing the parsed args, in order.
RET - Static variable in class com.svincent.smalljava.rhino.ByteCode
The byte opcodes defined by the Java Virtual Machine.
retryMeElse(Rule) - Method in class com.svincent.moksa.Wam
We just backtracked to the current choicepoint.
RETURN - Static variable in class com.svincent.smalljava.rhino.ByteCode
The byte opcodes defined by the Java Virtual Machine.
returnToPool(Continuation) - Method in class com.svincent.moksa.PrologFactory
 
returnTypeDescriptor() - Method in class com.svincent.smalljava.SmallType.MethodType
 
Rule - class com.svincent.moksa.Rule.
The abstract base class for all Rules.
Rule() - Constructor for class com.svincent.moksa.Rule
Make a new instance of this Rule.

A B C D E F G H I J L M N O P Q R S T U V W X Y Z

This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.