jd.xml.xpath.object
Class Relation
java.lang.Object
jd.xml.xpath.object.Relation
- public abstract class Relation
- extends Object
Relation represents the relational operators <, <=, > and >=.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LESS
public static final Relation LESS
LESS_EQUALS
public static final Relation LESS_EQUALS
GREATER
public static final Relation GREATER
GREATER_EQUALS
public static final Relation GREATER_EQUALS
getReverse
public Relation getReverse()
getSymbol
public String getSymbol()
compare
public abstract boolean compare(double n1,
double n2)