cgp
Class CGP
java.lang.Object
|
+--cgp.CGP
- public class CGP
- extends java.lang.Object
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 |
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
CGP
public CGP()
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)