ca.uwaterloo.cs.ql.fb
Class RelationalOperation
java.lang.Object
ca.uwaterloo.cs.ql.fb.RelationalOperation
public class RelationalOperation
- extends java.lang.Object
|
Method Summary |
static boolean |
EQ(EdgeSet eSet1,
EdgeSet eSet2)
|
static boolean |
EQ(NodeSet nSet1,
NodeSet nSet2)
|
static boolean |
GE(EdgeSet eSet1,
EdgeSet eSet2)
|
static boolean |
GE(NodeSet nSet1,
NodeSet nSet2)
|
static boolean |
GT(EdgeSet eSet1,
EdgeSet eSet2)
|
static boolean |
GT(NodeSet nSet1,
NodeSet nSet2)
|
static boolean |
LE(EdgeSet eSet1,
EdgeSet eSet2)
|
static boolean |
LE(NodeSet nSet1,
NodeSet nSet2)
|
static boolean |
LT(EdgeSet eSet1,
EdgeSet eSet2)
|
static boolean |
LT(NodeSet nSet1,
NodeSet nSet2)
|
static boolean |
NE(EdgeSet eSet1,
EdgeSet eSet2)
|
static boolean |
NE(NodeSet nSet1,
NodeSet nSet2)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationalOperation
public RelationalOperation()
GT
public static boolean GT(NodeSet nSet1,
NodeSet nSet2)
GE
public static boolean GE(NodeSet nSet1,
NodeSet nSet2)
LT
public static boolean LT(NodeSet nSet1,
NodeSet nSet2)
LE
public static boolean LE(NodeSet nSet1,
NodeSet nSet2)
EQ
public static boolean EQ(NodeSet nSet1,
NodeSet nSet2)
NE
public static boolean NE(NodeSet nSet1,
NodeSet nSet2)
GT
public static boolean GT(EdgeSet eSet1,
EdgeSet eSet2)
GE
public static boolean GE(EdgeSet eSet1,
EdgeSet eSet2)
LT
public static boolean LT(EdgeSet eSet1,
EdgeSet eSet2)
LE
public static boolean LE(EdgeSet eSet1,
EdgeSet eSet2)
EQ
public static boolean EQ(EdgeSet eSet1,
EdgeSet eSet2)
NE
public static boolean NE(EdgeSet eSet1,
EdgeSet eSet2)