public class PrologImpl extends Object implements Serializable
| Constructor and Description | 
|---|
PrologImpl(Prolog core_)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addTheory(ObjectInputStream in,
         ObjectOutputStream out)  | 
void | 
clearTheory(ObjectInputStream in,
           ObjectOutputStream out)  | 
void | 
getTheory(ObjectInputStream in,
         ObjectOutputStream out)  | 
void | 
hasOpenAlternatives(ObjectInputStream in,
                   ObjectOutputStream out)  | 
void | 
loadLibrary(ObjectInputStream in,
           ObjectOutputStream out)  | 
void | 
setTheory(ObjectInputStream in,
         ObjectOutputStream out)  | 
void | 
solveEnd(ObjectInputStream in,
        ObjectOutputStream out)  | 
void | 
solveHalt(ObjectInputStream in,
         ObjectOutputStream out)  | 
void | 
solveNext(ObjectInputStream in,
         ObjectOutputStream out)  | 
void | 
solveString(ObjectInputStream in,
           ObjectOutputStream out)  | 
void | 
solveTerm(ObjectInputStream in,
         ObjectOutputStream out)  | 
void | 
unloadLibrary(ObjectInputStream in,
             ObjectOutputStream out)  | 
public PrologImpl(Prolog core_)
public void clearTheory(ObjectInputStream in, ObjectOutputStream out)
public void getTheory(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void setTheory(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void addTheory(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void solveString(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void hasOpenAlternatives(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void solveTerm(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void solveNext(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void solveHalt(ObjectInputStream in, ObjectOutputStream out)
public void solveEnd(ObjectInputStream in, ObjectOutputStream out)
public void loadLibrary(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exceptionpublic void unloadLibrary(ObjectInputStream in, ObjectOutputStream out) throws Exception
ExceptionCopyright © 2015. All rights reserved.