Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.LayerConnection

Packages that use LayerConnection
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
 

Uses of LayerConnection in de.cau.cs.kieler.klodd.hierarchical.structures
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return types with arguments of type LayerConnection
 List<LayerConnection> LayerElement.getIncomingConnections()
          Gets the list of incoming layer connections.
 List<LayerConnection> LayerElement.getOutgoingConnections()
          Gets the list of outgoing connections.