Uses of Class
treebolic.model.MutableEdge

Packages that use MutableEdge
treebolic.model   
treebolic.provider.xml.dom   
treebolic.provider.xml.fast   
treebolic.provider.xml.graph.gxml   
 

Uses of MutableEdge in treebolic.model
 

Subclasses of MutableEdge in treebolic.model
 class TreeMutableEdge
          Extended mutable node (mutable ends, copy constructor)
 

Uses of MutableEdge in treebolic.provider.xml.dom
 

Methods in treebolic.provider.xml.dom that return MutableEdge
protected  MutableEdge DocumentAdapter.makeEdge(MutableNode thisFromNode, MutableNode thisToNode)
          Make model edge
private  MutableEdge DocumentAdapter.toEdge(org.w3c.dom.Element thisEdgeElement)
          Make model edge
 

Uses of MutableEdge in treebolic.provider.xml.fast
 

Methods in treebolic.provider.xml.fast that return MutableEdge
private  MutableEdge Parser.parseEdgeTag(Tag thisTag)
          Parse tag
 

Uses of MutableEdge in treebolic.provider.xml.graph.gxml
 

Methods in treebolic.provider.xml.graph.gxml with parameters of type MutableEdge
private static void GxmlParser.parseLine(org.w3c.dom.Element thisElement, MutableEdge thisEdge)
          Parse edge style
private static void GxmlParser.transferStyle(MutableEdge thisEdge, GxmlParser.Style thisStyle)
          Transfer class style to edge