com.svincent.moksa
Class MoksaProlog
java.lang.Object
|
+--com.svincent.moksa.WamObject
|
+--com.svincent.moksa.MoksaProlog
- public class MoksaProlog
- extends WamObject
The main entry point for the current version of MoksaProlog.
Eventually, a new entry point will be added, called 'Moksa' that
will do fancier things more in line with the mandate of Moksa. For
now, this will have to do.
Mostly does fancy command line processing, user interaction, and
launching the PrologEngine.
|
Method Summary |
static void |
go(java.lang.String[] args,
java.io.PrintWriter out,
java.io.PrintWriter err)
|
static void |
main(java.lang.String[] args)
|
static void |
printHelp(java.io.PrintWriter out)
|
static void |
printUsage(java.io.PrintWriter out)
|
static void |
usageError(java.io.PrintWriter out,
java.lang.String msg)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MoksaProlog
public MoksaProlog()
main
public static void main(java.lang.String[] args)
go
public static void go(java.lang.String[] args,
java.io.PrintWriter out,
java.io.PrintWriter err)
throws PrologException
usageError
public static void usageError(java.io.PrintWriter out,
java.lang.String msg)
printHelp
public static void printHelp(java.io.PrintWriter out)
printUsage
public static void printUsage(java.io.PrintWriter out)
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.