| java.lang.Object org.mandarax.kernel.LObject org.mandarax.kernel.Unification
Unification | final public class Unification extends LObject (Code) | | Represents the result of a unification comprising a collection containing the substitutions and
the two unified terms with the replacements applied.
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.0 since: Prova re-integration modifications author: Alex Kozlenkov version: 3.4 <7 March 05> |
Method Summary | |
public boolean | hasFailed() Indicates whether unification has failed. |
Unification | public Unification(Collection r, Term[] t1, Term[] t2)(Code) | | Constructor.
Parameters: r - a collection of replacements Parameters: t1 - the first array of terms Parameters: t2 - the second array of terms |
Unification | public Unification(Collection r, Collection rLocal, Term[] t1, Term[] t2)(Code) | | Constructor used in Prova.
Parameters: r - a collection of replacements Parameters: rLocal - a collection of local replacements Parameters: t1 - the first array of terms Parameters: t2 - the second array of terms |
hasFailed | public boolean hasFailed()(Code) | | Indicates whether unification has failed.
true if the unification has failed, false otherwise |
|
|