Uses of Class
de.cau.cs.kieler.klay.layered.graph.LEdge

Packages that use LEdge
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.klay.layered.p5edges Phase 5 - edge routing and horizontal node placement. 
 

Uses of LEdge in de.cau.cs.kieler.klay.layered.graph
 

Methods in de.cau.cs.kieler.klay.layered.graph that return types with arguments of type LEdge
 Iterable<LEdge> LNode.getConnectedEdges()
          Returns an iterable for all connected edges, both incoming and outgoing.
 Iterable<LEdge> LPort.getConnectedEdges()
          Returns an iterable over all connected edges, both incoming and outgoing.
 Iterable<LEdge> LNode.getIncomingEdges()
          Returns an iterable for all inomcing edges.
 List<LEdge> LPort.getIncomingEdges()
          Returns the list of edges going into this port.
 Iterable<LEdge> LNode.getOutgoingEdges()
          Returns an iterable for all outgoing edges.
 List<LEdge> LPort.getOutgoingEdges()
          Returns the list of edges going out of this port.
 

Uses of LEdge in de.cau.cs.kieler.klay.layered.p5edges
 

Methods in de.cau.cs.kieler.klay.layered.p5edges that return LEdge
 LEdge LongEdge.getEdge()
           
 

Constructors in de.cau.cs.kieler.klay.layered.p5edges with parameters of type LEdge
LongEdge(LEdge newEdge)
          default constructor.