tools.tree.trie.gml
Class GMLNode
java.lang.Object
tools.tree.trie.gml.GMLNode
public class GMLNode
- extends java.lang.Object
Constructor Summary |
GMLNode(int id)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMLNode
public GMLNode(int id)
getAttribute
public int getAttribute()
getColor
public java.lang.String getColor()
getGMLNodeString
public java.lang.String getGMLNodeString()
- returns a gml node string representation for this node
getId
public int getId()
getLabel
public java.lang.String getLabel()
setAttribute
public void setAttribute(int attribute)
setColor
public void setColor(java.lang.String color)
setId
public void setId(int id)
setLabel
public void setLabel(java.lang.String label)