ca.uwaterloo.cs.ql.fb
Class SpecialOperation

java.lang.Object
  extended by ca.uwaterloo.cs.ql.fb.SpecialOperation

public class SpecialOperation
extends java.lang.Object


Constructor Summary
SpecialOperation()
           
 
Method Summary
static EdgeSet basket(EdgeSet eSet)
           
static NodeSet basket(NodeSet set)
           
static NodeSet basket(java.lang.String exp)
           
static NodeSet decode(int setID)
           
static int encode(NodeSet nSet)
           
static EdgeSet lattice(NodeSet nSet)
           
static EdgeSet unbasket(EdgeSet eSet)
           
static NodeSet unbasket(NodeSet set)
           
static NodeSet unbasket(java.lang.String exp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecialOperation

public SpecialOperation()
Method Detail

encode

public static int encode(NodeSet nSet)

decode

public static NodeSet decode(int setID)

basket

public static NodeSet basket(java.lang.String exp)

basket

public static NodeSet basket(NodeSet set)

basket

public static EdgeSet basket(EdgeSet eSet)

unbasket

public static NodeSet unbasket(java.lang.String exp)

unbasket

public static NodeSet unbasket(NodeSet set)

unbasket

public static EdgeSet unbasket(EdgeSet eSet)

lattice

public static EdgeSet lattice(NodeSet nSet)