Uses of Interface
de.cau.cs.kieler.kiml.layout.klayoutdata.KBooleanOption

Packages that use KBooleanOption
de.cau.cs.kieler.kiml.layout.klayoutdata Base package for the KLayoutData structure, which is an extension of KGraph to store layout data in a graph model. 
de.cau.cs.kieler.kiml.layout.klayoutdata.impl Internal implementation of the layout data extension. 
de.cau.cs.kieler.kiml.layout.klayoutdata.util Utility classes for the layout data extension. 
 

Uses of KBooleanOption in de.cau.cs.kieler.kiml.layout.klayoutdata
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata that return KBooleanOption
 KBooleanOption KLayoutDataFactory.createKBooleanOption()
          Returns a new object of class 'KBoolean Option'.
 

Uses of KBooleanOption in de.cau.cs.kieler.kiml.layout.klayoutdata.impl
 

Classes in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that implement KBooleanOption
 class KBooleanOptionImpl
          An implementation of the model object 'KBoolean Option'.
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that return KBooleanOption
 KBooleanOption KLayoutDataFactoryImpl.createKBooleanOption()
           
 

Uses of KBooleanOption in de.cau.cs.kieler.kiml.layout.klayoutdata.util
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata.util with parameters of type KBooleanOption
 T KLayoutDataSwitch.caseKBooleanOption(KBooleanOption object)
          Returns the result of interpreting the object as an instance of 'KBoolean Option'.