|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.util.csp.SimpleNodeOrder
public class SimpleNodeOrder
Field Summary |
---|
Fields inherited from interface com.objectspace.jgl.BinaryPredicate |
---|
serialVersionUID |
Constructor Summary | |
---|---|
SimpleNodeOrder(java.lang.Object varObj)
|
Method Summary | |
---|---|
boolean |
execute(java.lang.Object o1,
java.lang.Object o2)
Return true iff the weight of var1 is greater than the
weight of var2 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleNodeOrder(java.lang.Object varObj)
Method Detail |
---|
public final boolean execute(java.lang.Object o1, java.lang.Object o2)
var1
is greater than the
weight of var2
.
Pre: var1,var2 instanceof Variable
.
execute
in interface com.objectspace.jgl.BinaryPredicate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |