| Constructor and Description | 
|---|
Proxy(String host)  | 
Proxy(String host,
     int port)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addTheory(Theory th)  | 
void | 
clearTheory()  | 
Theory | 
getTheory()  | 
boolean | 
hasOpenAlternatives()  | 
void | 
loadLibrary(String st)  | 
void | 
setTheory(Theory th)  | 
SolveInfo | 
solve(String st)  | 
SolveInfo | 
solve(Term term)  | 
void | 
solveEnd()  | 
void | 
solveHalt()  | 
SolveInfo | 
solveNext()  | 
void | 
unloadLibrary(String st)  | 
public Proxy(String host) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionpublic Proxy(String host, int port) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionpublic void clearTheory()
                 throws Exception
clearTheory in interface PrologExceptionpublic boolean hasOpenAlternatives()
                            throws Exception
hasOpenAlternatives in interface PrologExceptionpublic void solveHalt()
               throws Exception
public void solveEnd()
              throws Exception
public void loadLibrary(String st) throws Exception
loadLibrary in interface PrologExceptionpublic void unloadLibrary(String st) throws Exception
unloadLibrary in interface PrologExceptionCopyright © 2015. All rights reserved.