|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.LirOrder
Class for order relation of L-expressions
| Constructor Summary | |
LirOrder()
|
|
| Method Summary | |
void |
add(LirNode e1,
LirNode e2)
Adds to an order relation |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares ordering of objects |
boolean |
equals(java.lang.Object o)
Checks if an object is equal to this |
void |
printOrder()
Prints an order relation |
void |
put(Relation r)
Puts a relation to an order relation |
void |
saturate()
Saturates an order |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LirOrder()
| Method Detail |
public void saturate()
throws SimdOptException
SimdOptExceptionpublic void put(Relation r)
r - Relation
public void add(LirNode e1,
LirNode e2)
throws SimdOptException
e1 - LirNodee2 - LirNode
SimdOptException
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparatoro1 - Objecto2 - Object
public boolean equals(java.lang.Object o)
equals in interface java.util.Comparatoro - Object
public void printOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||