Uses of Class
net.hydromatic.morel.util.Unifier.TermTerm
-
Packages that use Unifier.TermTerm Package Description net.hydromatic.morel.util Utilities. -
-
Uses of Unifier.TermTerm in net.hydromatic.morel.util
Method parameters in net.hydromatic.morel.util with type arguments of type Unifier.TermTerm Modifier and Type Method Description voidUnifier.Action. accept(Unifier.Variable variable, Unifier.Term term, Unifier.Substitution substitution, List<Unifier.TermTerm> termPairs)private voidMartelliUnifier. act(Unifier.Variable variable, Unifier.Term term, List<Unifier.TermTerm> termPairs, Unifier.Substitution substitution, Map<Unifier.Variable,Unifier.Action> termActions, int depth)private intMartelliUnifier. findDelete(List<Unifier.TermTerm> termPairs)private intMartelliUnifier. findNonVarVar(List<Unifier.TermTerm> termPairs)private intMartelliUnifier. findSeqSeq(List<Unifier.TermTerm> termPairs)private intMartelliUnifier. findVarAny(List<Unifier.TermTerm> termPairs)private voidMartelliUnifier. substituteList(List<Unifier.TermTerm> termPairs, Unifier.Tracer tracer, Map<Unifier.Variable,Unifier.Term> map)Applies a mapping to all term pairs in a list, modifying them in place.Unifier.ResultMartelliUnifier. unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable,Unifier.Action> termActions, Unifier.Tracer tracer)Unifier.ResultRobinsonUnifier. unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable,Unifier.Action> termActions, Unifier.Tracer tracer)abstract Unifier.ResultUnifier. unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable,Unifier.Action> termActions, Unifier.Tracer tracer)
-