|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Interpreter.PrologInterpreter.Sexp.Utils.SexpUnifier
La classe Unifier realizza un algoritmo per l'unificazione. L'algoritmo unifica 2 Sexp fornendo la lista delle sostituzioni effettuate.
Constructor Summary | |
SexpUnifier()
|
Method Summary | |
abstract Sexp |
unify(Sexp a,
Sexp b)
Prova ad unificare i due termini a e b. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SexpUnifier()
Method Detail |
public abstract Sexp unify(Sexp a, Sexp b) throws InterpreterException
a
- primo termine.b
- secondo termine.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |