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
UnknownHostException
IOException
public Proxy(String host, int port) throws UnknownHostException, IOException
UnknownHostException
IOException
public void clearTheory() throws Exception
clearTheory
in interface Prolog
Exception
public boolean hasOpenAlternatives() throws Exception
hasOpenAlternatives
in interface Prolog
Exception
public void solveHalt() throws Exception
public void solveEnd() throws Exception
public void loadLibrary(String st) throws Exception
loadLibrary
in interface Prolog
Exception
public void unloadLibrary(String st) throws Exception
unloadLibrary
in interface Prolog
Exception
Copyright © 2015. All rights reserved.