Class GraphTypes

java.lang.Object
  |
  +--GraphTypes

public class GraphTypes
extends java.lang.Object


Field Summary
static int arbitrary
           
static int bipartite
           
static java.lang.String[] graphTypes
           
static int tree
           
 
Constructor Summary
GraphTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arbitrary

public static final int arbitrary
See Also:
Constant Field Values

tree

public static final int tree
See Also:
Constant Field Values

bipartite

public static final int bipartite
See Also:
Constant Field Values

graphTypes

public static final java.lang.String[] graphTypes
Constructor Detail

GraphTypes

public GraphTypes()