Uses of Class
de.cau.cs.kieler.klay.layered.p1cycles.CycleBreakingStrategy

Packages that use CycleBreakingStrategy
de.cau.cs.kieler.klay.layered.p1cycles Phase 1 - cycle breaking by edge reversal. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

Uses of CycleBreakingStrategy in de.cau.cs.kieler.klay.layered.p1cycles
 

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

Uses of CycleBreakingStrategy in de.cau.cs.kieler.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type CycleBreakingStrategy
static IProperty<CycleBreakingStrategy> Properties.CYCLE_BREAKING
          property to choose a cycle breaking strategy.