Uses of Class
net.xqhs.graphs.representation.text.SettableEdge

Packages that use SettableEdge
net.xqhs.graphs.representation.text Contains classes for representing graphs in a textual manner, with help from a linearization process. 
 

Uses of SettableEdge in net.xqhs.graphs.representation.text
 

Methods in net.xqhs.graphs.representation.text that return SettableEdge
protected  SettableEdge SettableEdge.setFrom(Node sourceNode)
           
protected  SettableEdge SettableEdge.setTo(Node destinationNode)