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
Exception
public void setTheory(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
public void addTheory(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
public void solveString(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
public void hasOpenAlternatives(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
public void solveTerm(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
public void solveNext(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
public void solveHalt(ObjectInputStream in, ObjectOutputStream out)
public void solveEnd(ObjectInputStream in, ObjectOutputStream out)
public void loadLibrary(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
public void unloadLibrary(ObjectInputStream in, ObjectOutputStream out) throws Exception
Exception
Copyright © 2015. All rights reserved.