Uses of Class
net.hydromatic.morel.util.Unifier.TermTerm
Packages that use Unifier.TermTerm
-
Uses of Unifier.TermTerm in net.hydromatic.morel.util
Method parameters in net.hydromatic.morel.util with type arguments of type Unifier.TermTermModifier and TypeMethodDescriptionvoidUnifier.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.MartelliUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) RobinsonUnifier.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)