| java.lang.Object de.uka.ilkd.key.logic.NameTermOrdering
NameTermOrdering | public class NameTermOrdering implements TermOrdering(Code) | | Term ordering, using the names of symbols; following the script
"Automatisches Beweisen", Bernhard Beckert, Reiner Haehnle
|
compare | public int compare(Term p_a, Term p_b)(Code) | | Compare the two given terms
a number negative, zero or a number positive ifp_a is less than, equal, or greater thanp_b regarding the ordering given by theimplementing class |
|
|