sem.examples
Class ConstructGraphs

java.lang.Object
  extended by sem.examples.ConstructGraphs

public class ConstructGraphs
extends java.lang.Object

Example class. Shows how to construct a graph with nodes and edges.


Constructor Summary
ConstructGraphs()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructGraphs

public ConstructGraphs()
Method Detail

main

public static void main(java.lang.String[] args)