org.semanticweb.lp
Class LPParser

java.lang.Object
  extended byorg.semanticweb.lp.LPParser

public class LPParser
extends java.lang.Object

Description of the Class

Author:
Administrator

Constructor Summary
LPParser(java.io.InputStream stream, LPParserCallBack callback)
          Constructor for the SimpleParser object
 
Method Summary
static void main(java.lang.String[] argv)
          Description of the Method
 void parse()
          Description of the Method
 void reInit(java.io.InputStream stream)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LPParser

public LPParser(java.io.InputStream stream,
                LPParserCallBack callback)
Constructor for the SimpleParser object

Parameters:
stream - Description of the Parameter
callback - Description of the Parameter
Method Detail

parse

public final void parse()
                 throws LPParseException
Description of the Method

Throws:
LPParseException - Description of the Exception

reInit

public void reInit(java.io.InputStream stream)
Description of the Method

Parameters:
stream - Description of the Parameter

main

public static void main(java.lang.String[] argv)
Description of the Method

Parameters:
argv - Description of the Parameter