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. 
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
 

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.
 

Uses of PortType in de.cau.cs.kieler.klay.layered
 

Methods in de.cau.cs.kieler.klay.layered with parameters of type PortType
static LPort Util.provideCollectorPort(LNode node, PortType type, PortSide side)
          Return a collector port of given type, creating it if necessary.
 

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

Methods in de.cau.cs.kieler.klay.layered.graph with parameters of type PortType
 Iterable<LPort> LNode.getPorts(PortType portType)
          Returns an iterable for all ports of given type.
 Iterable<LPort> LNode.getPorts(PortType portType, PortSide side)
          Returns an iterable for all ports of a given type and side.
 

Constructors in de.cau.cs.kieler.klay.layered.graph with parameters of type PortType
LPort.TypeCondition(PortType thetype)
          Creates a type condition.