|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproper.core.ProperObject
proper.imp.Parser
proper.imp.PrologParser
public class PrologParser
This parser works on files that contain Prolog ground facts. Handwritten parser was necessary, since JLex/CUP had problems with big files...
| Field Summary |
|---|
| Fields inherited from class proper.imp.Parser |
|---|
RELAGGS_FIX |
| Fields inherited from interface proper.imp.ParserInterface |
|---|
CLASS_NEGATIVE, CLASS_POSITIVE |
| Fields inherited from interface proper.core.ProperInterface |
|---|
VERSION |
| Constructor Summary | |
|---|---|
PrologParser()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
for testing only |
| Methods inherited from class proper.imp.Parser |
|---|
clear, getAddClassLabel, getClassLabel, getFilename, getOnlyForSingles, getPredicates, parse, parse, setAddClassLabel, setClassLabel, setFilename, setID, setOnlyForSingles, toString |
| Methods inherited from class proper.core.ProperObject |
|---|
addListener, addOutput, classInVerbose, debugprint, debugprint, debugprint, debugprint, debugprintln, debugprintln, debugprintln, debugprintln, debugprintln, getListeners, getRuntime, getVerbose, getVerboseLevel, getVerboseLevelForClass, getVerboseString, getVerboseStringForClass, notifyListener, notifyListeners, print, print, print, print, println, println, println, println, println, printMemory, removeListener, setOutput, setVerbose, setVerboseLevel, setVerboseString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface proper.imp.ParserInterface |
|---|
getVerbose, setVerbose |
| Constructor Detail |
|---|
public PrologParser()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||