ca.uwaterloo.cs.ql.fb
Class IDManager

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

public final class IDManager
extends java.lang.Object


Constructor Summary
IDManager()
           
 
Method Summary
static java.lang.String get(int ID)
           
static NodeSet getAllCompositeIDs()
           
static NodeSet getENT()
           
static EdgeSet getID()
           
static int getID(int[] ids)
           
static int getID(int n1, int n2)
           
static int getID(int n1, int n2, int n3)
           
static int getID(java.lang.Object o)
           
static int getID(java.lang.String s)
           
static int getReplaceID(int ID)
           
static boolean isComposite(int ID)
           
static int[] parse(int ID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDManager

public IDManager()
Method Detail

getID

public static int getID(java.lang.Object o)

getID

public static int getID(java.lang.String s)

get

public static java.lang.String get(int ID)

isComposite

public static boolean isComposite(int ID)

parse

public static int[] parse(int ID)

getID

public static int getID(int[] ids)

getID

public static int getID(int n1,
                        int n2)

getID

public static int getID(int n1,
                        int n2,
                        int n3)

getReplaceID

public static int getReplaceID(int ID)

getID

public static EdgeSet getID()

getENT

public static NodeSet getENT()

getAllCompositeIDs

public static NodeSet getAllCompositeIDs()