Class and Description |
---|
se.sics.jasper.SPPredicate
Instead use module and predicate name as strings directly or
specify the goal as a string.
|
Method and Description |
---|
se.sics.jasper.SPTerm.consFunctor(String, int, SPTerm[])
Use consFunctor without arity argument instead.
|
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.SPTerm.putAtom(long)
Use putCanonicalAtom instead.
|
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[]) ). |
Constructor and Description |
---|
se.sics.jasper.SICStus(String)
Use
SICStus.SICStus() instead. |
se.sics.jasper.SICStus(String[], String)
Use, the equivalent,
SICStus.SICStus(String[]) instead. |
se.sics.jasper.SPPredicate(SICStus, SPCanonicalAtom, int, SPCanonicalAtom)
Instead use module and predicate name as strings directly or
specify the goal as a string.
|
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.
|