Uses of Class
de.cau.cs.kieler.kiml.options.PortConstraints

Packages that use PortConstraints
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
 

Uses of PortConstraints in de.cau.cs.kieler.kiml.options
 

Methods in de.cau.cs.kieler.kiml.options that return PortConstraints
static PortConstraints PortConstraints.valueOf(int i)
          Returns the enumeration value related to the given ordinal.
static PortConstraints PortConstraints.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortConstraints[] PortConstraints.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return PortConstraints
 PortConstraints LayeredGraph.getExternalPortConstraints()
          Returns the port constraints for external ports.
 PortConstraints LayerElement.getPortConstraints()
          Gets the port constraints for this layer element.