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

Packages that use PortType
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
 

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

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