Class | Description |
---|---|
se.sics.jasper.SPPredicate |
Instead use module and predicate name as strings directly or
specify the goal as a string.
|
Method | Description |
---|---|
se.sics.jasper.SICStus.getInitializedSICStus() |
do not use.
|
se.sics.jasper.SICStus.openQuery(SPPredicate, SPTerm[]) |
Use module and predicate name directly instead
(
SICStus.openQuery(String, String, SPTerm[]) ). |
se.sics.jasper.SICStus.query(SPPredicate, SPTerm[]) |
Use module and predicate name directly instead
(
SICStus.query(String, String, SPTerm[]) ). |
se.sics.jasper.SICStus.queryCutFail(SPPredicate, SPTerm[]) |
Use module and predicate name directly instead
(
SICStus.queryCutFail(String, String, SPTerm[]) ). |
se.sics.jasper.SPTerm.consFunctor(String, int, SPTerm[]) |
Use consFunctor without arity argument instead.
|
se.sics.jasper.SPTerm.putAtom(long) |
Use putCanonicalAtom instead.
|
Constructor | Description |
---|---|
se.sics.jasper.SICStus(String) |
Use
SICStus() instead. |
se.sics.jasper.SPPredicate(SICStus, String, int, String) |
Instead use module and predicate name as strings directly or
specify the goal as a string.
|
se.sics.jasper.SPTerm(SICStus, String, int, SPTerm[]) |
Do not pass the arity argument.
|