Package | Description |
---|---|
com.declarativa.interprolog |
Modifier and Type | Method and Description |
---|---|
SolutionIterator |
AbstractPrologEngine.goal(String G,
String RVars)
Useful when you're constructing objects from Prolog, but don't need to pass any from Java.
|
SolutionIterator |
PrologEngine.goal(String G,
String RVars) |
SolutionIterator |
AbstractPrologEngine.goal(String G,
String OVar,
Object[] objectsP,
String RVars)
Similar to deterministicGoal, but rather than just the first solution returns an Iterator which lazily returns bindings for solutions.
|
SolutionIterator |
PrologEngine.goal(String G,
String OVar,
Object[] objectsP,
String RVars)
Similar to deterministicGoal, but rather than just the first solution returns an Iterator which lazily returns bindings for solutions.
|