Uses of Class
edu.ucla.stat.SOCR.distributome.data.Edge

Packages that use Edge
edu.ucla.stat.SOCR.distributome   
edu.ucla.stat.SOCR.distributome.data   
edu.ucla.stat.SOCR.distributome.editor   
 

Uses of Edge in edu.ucla.stat.SOCR.distributome
 

Methods in edu.ucla.stat.SOCR.distributome with parameters of type Edge
 void ViewerApplet.addEdgeCell(Edge _edge, int sourceCellId, int targetCellId)
           
 

Uses of Edge in edu.ucla.stat.SOCR.distributome.data
 

Fields in edu.ucla.stat.SOCR.distributome.data declared as Edge
 Edge[] ViewerPanelInfo.edges
           
 

Methods in edu.ucla.stat.SOCR.distributome.data that return Edge
 Edge[] ViewerPanelInfo.getEdges()
          get edges
 

Methods in edu.ucla.stat.SOCR.distributome.data with parameters of type Edge
 void ViewerPanelInfo.addEdge(Edge edge)
           
 void ViewerPanelInfo.setEdges(Edge[] newEdges)
           
 

Uses of Edge in edu.ucla.stat.SOCR.distributome.editor
 

Methods in edu.ucla.stat.SOCR.distributome.editor with parameters of type Edge
 void TreeTableCodec.loadEdge(Edge edge)
           
 void TreeTableCodec.loadEdge(int index, Edge edge)
           
 void DistributomeEditor.loadElements(Edge edge)