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

Packages that use KIntOption
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 KIntOption in de.cau.cs.kieler.kiml.layout.klayoutdata
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata that return KIntOption
 KIntOption KLayoutDataFactory.createKIntOption()
          Returns a new object of class 'KInt Option'.
 

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

Classes in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that implement KIntOption
 class KIntOptionImpl
          An implementation of the model object 'KInt Option'.
 

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

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

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