cgp
Class CGP

java.lang.Object
  |
  +--cgp.CGP

public class CGP
extends java.lang.Object


Field Summary
static java.lang.String CGIFGenOpt
           
static java.lang.String CGIFParserOpt
           
private static int ERR
           
static boolean LFOpt
           
private static boolean traceOn
           
 
Constructor Summary
CGP()
           
 
Method Summary
static notio.Parser createCGParser(java.lang.String parserClass, java.io.File f, notio.KnowledgeBase kb, notio.TranslationContext tc)
           
static notio.Parser createCGParser(java.lang.String parserClass, java.lang.String s, notio.KnowledgeBase kb, notio.TranslationContext tc)
           
static boolean isTraceOn()
           
static void main(java.lang.String[] args)
           
static void setTraceMode(boolean state)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ERR

private static int ERR

traceOn

private static boolean traceOn

LFOpt

public static boolean LFOpt

CGIFParserOpt

public static java.lang.String CGIFParserOpt

CGIFGenOpt

public static java.lang.String CGIFGenOpt
Constructor Detail

CGP

public CGP()
Method Detail

setTraceMode

public static void setTraceMode(boolean state)

isTraceOn

public static boolean isTraceOn()

createCGParser

public static notio.Parser createCGParser(java.lang.String parserClass,
                                          java.io.File f,
                                          notio.KnowledgeBase kb,
                                          notio.TranslationContext tc)
                                   throws notio.ParserException

createCGParser

public static notio.Parser createCGParser(java.lang.String parserClass,
                                          java.lang.String s,
                                          notio.KnowledgeBase kb,
                                          notio.TranslationContext tc)
                                   throws notio.ParserException

main

public static void main(java.lang.String[] args)