Uses of Class
sota.gui.graph.GraphEdge

Packages that use GraphEdge
sota.gui.graph   
 

Uses of GraphEdge in sota.gui.graph
 

Fields in sota.gui.graph with type parameters of type GraphEdge
private  java.util.HashMap<org.eclipse.draw2d.graph.Edge,GraphEdge> GraphManager.edge2graphEdge
           
 java.util.HashSet<GraphEdge> GraphNode.incomingEdges
           
 java.util.HashSet<GraphEdge> GraphNode.outgoingEdges
           
 

Methods in sota.gui.graph that return GraphEdge
 GraphEdge GraphNode.addChild(GraphNode child)
           
 GraphEdge GraphManager.edge2GraphEdge(org.eclipse.draw2d.graph.Edge edge)
           
 

Methods in sota.gui.graph that return types with arguments of type GraphEdge
 java.util.HashSet<GraphEdge> GraphNode.getIncomingEdges()
           
 java.util.HashSet<GraphEdge> GraphNode.getOutgoingEdges()