de.fhstralsund.vinets.structure
Class GraphType

java.lang.Object
  extended by de.fhstralsund.vinets.structure.Types
      extended by de.fhstralsund.vinets.structure.GraphType
All Implemented Interfaces:
java.lang.Comparable

public class GraphType
extends Types
implements java.lang.Comparable


Field Summary
static GraphType DIRECTED
           
static GraphType HYPERGRAPH
           
static GraphType MIXED
           
static GraphType UNDIRECTED
           
 
Constructor Summary
GraphType(java.lang.String s)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class de.fhstralsund.vinets.structure.Types
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DIRECTED

public static final GraphType DIRECTED

UNDIRECTED

public static final GraphType UNDIRECTED

MIXED

public static final GraphType MIXED

HYPERGRAPH

public static final GraphType HYPERGRAPH
Constructor Detail

GraphType

public GraphType(java.lang.String s)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable