net.hydromatic.clapham.graph
Class Symbol

java.lang.Object
  extended by net.hydromatic.clapham.graph.Symbol

public class Symbol
extends Object

TODO:

Since:
Jul 30, 2008
Author:
jhyde
 

Field Summary
 Graph graph
           
 String name
           
 NodeType typ
           
 
Constructor Summary
Symbol(NodeType typ, String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typ

public final NodeType typ

name

public final String name

graph

public Graph graph
Constructor Detail

Symbol

public Symbol(NodeType typ,
              String name)

SourceForge.net_Logo