Package | Description |
---|---|
com.ugos.jiprolog.engine |
Modifier and Type | Method and Description |
---|---|
void |
JIPEngine.compileFile(String strFileName)
Compile the specified file.
|
void |
JIPEngine.consultFile(String strFileName)
Consults a file.
|
void |
JIPEngine.consultStream(InputStream ins,
String strStreamName)
Consults a Stream.
|
int |
JIPEngine.openQuery(String strQuery)
Opens a query.
|
JIPQuery |
JIPEngine.openSynchronousQuery(String strQuery)
Returns a reference to a synchronous query.
|
JIPTerm |
JIPTermParser.parseTerm(String strTerm)
Parses the term passed in the parameter and returns a JIPTerm object that wraps the corresponding prolog term.
|