Uses of Interface
de.cau.cs.kieler.kiml.klayoutdata.KIdentifier

Packages that use KIdentifier
de.cau.cs.kieler.kiml.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.klayoutdata.impl Internal implementation of the layout data extension. 
de.cau.cs.kieler.kiml.klayoutdata.util Utility classes for the layout data extension. 
 

Uses of KIdentifier in de.cau.cs.kieler.kiml.klayoutdata
 

Methods in de.cau.cs.kieler.kiml.klayoutdata that return KIdentifier
 KIdentifier KLayoutDataFactory.createKIdentifier()
          Returns a new object of class 'KIdentifier'.
 

Uses of KIdentifier in de.cau.cs.kieler.kiml.klayoutdata.impl
 

Classes in de.cau.cs.kieler.kiml.klayoutdata.impl that implement KIdentifier
 class KIdentifierImpl
          An implementation of the model object 'KIdentifier'.
 

Methods in de.cau.cs.kieler.kiml.klayoutdata.impl that return KIdentifier
 KIdentifier KLayoutDataFactoryImpl.createKIdentifier()
           
 

Uses of KIdentifier in de.cau.cs.kieler.kiml.klayoutdata.util
 

Methods in de.cau.cs.kieler.kiml.klayoutdata.util with parameters of type KIdentifier
 T KLayoutDataSwitch.caseKIdentifier(KIdentifier object)
          Returns the result of interpreting the object as an instance of 'KIdentifier'.