tools.tree.trie.gml
Class GMLEdge
java.lang.Object
tools.tree.trie.gml.GMLEdge
public class GMLEdge
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMLEdge
public GMLEdge()
getGMLEdgeString
public java.lang.String getGMLEdgeString()
- returns an edge in GML string encoding
getLabel
public java.lang.String getLabel()
getSource
public int getSource()
getTarget
public int getTarget()
setLabel
public void setLabel(java.lang.String label)
setSource
public void setSource(int source)
setTarget
public void setTarget(int target)