uchicago.src.sim.topology.graph
Class EdgeType

java.lang.Object
  extended byuchicago.src.sim.topology.graph.EdgeType

public class EdgeType
extends java.lang.Object

Author:
Tom Howe

Field Summary
static EdgeType ALL
           
static EdgeType IN
           
static EdgeType OUT
           
static EdgeType UNDIRECTED
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNDIRECTED

public static final EdgeType UNDIRECTED

OUT

public static final EdgeType OUT

IN

public static final EdgeType IN

ALL

public static final EdgeType ALL
Method Detail

toString

public java.lang.String toString()