|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdpvis.datastructures.UtilityFunctions
public class UtilityFunctions
Constructor Summary | |
---|---|
UtilityFunctions()
|
Method Summary | |
---|---|
static boolean |
termIsEmbedded(Term t1,
Term t2)
|
static Substitution |
unify(Term t1,
Term t2)
Tries to unify two terms. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UtilityFunctions()
Method Detail |
---|
public static Substitution unify(Term t1, Term t2) throws UnificationException
t1
- The first term for the unification.t2
- The second term for the unification.
UnificationException
- In case the given terms are not unifiable.public static boolean termIsEmbedded(Term t1, Term t2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |