de.fhstralsund.vinets.structure
Class GraphType
java.lang.Object
de.fhstralsund.vinets.structure.Types
de.fhstralsund.vinets.structure.GraphType
- All Implemented Interfaces:
- java.lang.Comparable
public class GraphType
- extends Types
- implements java.lang.Comparable
Constructor Summary |
GraphType(java.lang.String s)
|
Method Summary |
int |
compareTo(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DIRECTED
public static final GraphType DIRECTED
UNDIRECTED
public static final GraphType UNDIRECTED
MIXED
public static final GraphType MIXED
HYPERGRAPH
public static final GraphType HYPERGRAPH
GraphType
public GraphType(java.lang.String s)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable