Uses of Interface
de.cau.cs.kieler.core.kgraph.EMapPropertyHolder

Packages that use EMapPropertyHolder
de.cau.cs.kieler.core.kgraph Base package for the KGraph data structure with its public API. 
de.cau.cs.kieler.core.kgraph.impl Internal implementation of the KGraph data structure. 
de.cau.cs.kieler.core.kgraph.util Utility classes for the KGraph data structure. 
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 EMapPropertyHolder in de.cau.cs.kieler.core.kgraph
 

Subinterfaces of EMapPropertyHolder in de.cau.cs.kieler.core.kgraph
 interface KGraphData
          A representation of the model object 'Graph Data'.
 

Uses of EMapPropertyHolder in de.cau.cs.kieler.core.kgraph.impl
 

Classes in de.cau.cs.kieler.core.kgraph.impl that implement EMapPropertyHolder
 class EMapPropertyHolderImpl
          An implementation of the model object 'EMap Property Holder'.
 class KGraphDataImpl
          An implementation of the model object 'Data'.
 

Uses of EMapPropertyHolder in de.cau.cs.kieler.core.kgraph.util
 

Methods in de.cau.cs.kieler.core.kgraph.util with parameters of type EMapPropertyHolder
 T KGraphSwitch.caseEMapPropertyHolder(EMapPropertyHolder object)
          Returns the result of interpreting the object as an instance of 'EMap Property Holder'.
 

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

Subinterfaces of EMapPropertyHolder in de.cau.cs.kieler.kiml.klayoutdata
 interface KEdgeLayout
          A representation of the model object 'Edge Layout'.
 interface KIdentifier
          A representation of the model object 'KIdentifier'.
 interface KShapeLayout
          A representation of the model object 'Shape Layout'.
 

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

Classes in de.cau.cs.kieler.kiml.klayoutdata.impl that implement EMapPropertyHolder
 class KEdgeLayoutImpl
          An implementation of the model object ' KEdge Layout'.
 class KIdentifierImpl
          An implementation of the model object 'KIdentifier'.
 class KShapeLayoutImpl
          An implementation of the model object 'KShape Layout'.
 

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

Methods in de.cau.cs.kieler.kiml.klayoutdata.util with parameters of type EMapPropertyHolder
 T KLayoutDataSwitch.caseEMapPropertyHolder(EMapPropertyHolder object)
          Returns the result of interpreting the object as an instance of 'EMap Property Holder'.