org.makumba.commons
Class Vertex

java.lang.Object
  extended by org.makumba.commons.Vertex

 class Vertex
extends Object


Field Summary
protected  char label
           
protected  MultipleKey tagKey
           
 
Constructor Summary
Vertex(char lab)
           
Vertex(MultipleKey tagKey)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected char label

tagKey

protected MultipleKey tagKey
Constructor Detail

Vertex

public Vertex(char lab)

Vertex

public Vertex(MultipleKey tagKey)