![JAR search and dependency download from the Maven repository](/logo.png)
alice.tuprologx.runtime.corba.Prolog.idl Maven / Gradle / Ivy
module org {
module alice {
module tuprologx {
module runtime {
module corba {
struct SolveInfo {
boolean success;
string solution;
boolean halt;
long haltCode;
};
interface Prolog {
void clearTheory();
string getTheory();
void setTheory(in string theory);
SolveInfo solve(in string g);
boolean hasOpenAlternatives();
SolveInfo solveNext();
void solveHalt();
void solveEnd();
void loadLibrary(in string className);
void unloadLibrary(in string className);
};
};
};
};
};
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy