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

Packages that use KGraphData
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 KGraphData in de.cau.cs.kieler.core.kgraph
 

Methods in de.cau.cs.kieler.core.kgraph with type parameters of type KGraphData
<T extends KGraphData>
T
KGraphElement.getData(Class<T> type)
          Returns the first data instance that matches the given class.
 

Methods in de.cau.cs.kieler.core.kgraph that return KGraphData
 KGraphData KGraphFactory.createKGraphData()
          Returns a new object of class 'Data'.
 KGraphData KGraphElement.getData(EClass type)
          Returns the first data instance that matches the given class.
 

Methods in de.cau.cs.kieler.core.kgraph that return types with arguments of type KGraphData
 EList<KGraphData> KGraphElement.getData()
          Returns the value of the 'Data' containment reference list.
 

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

Classes in de.cau.cs.kieler.core.kgraph.impl that implement KGraphData
 class KGraphDataImpl
          An implementation of the model object 'Data'.
 

Fields in de.cau.cs.kieler.core.kgraph.impl with type parameters of type KGraphData
protected  EList<KGraphData> KGraphElementImpl.data
          The cached value of the 'Data' containment reference list.
 

Methods in de.cau.cs.kieler.core.kgraph.impl with type parameters of type KGraphData
<T extends KGraphData>
T
KGraphElementImpl.getData(Class<T> type)
          Returns the first data instance that matches the given class.
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return KGraphData
 KGraphData KGraphFactoryImpl.createKGraphData()
           
 KGraphData KGraphElementImpl.getData(EClass type)
          Returns the first data instance that matches the given class.
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return types with arguments of type KGraphData
 EList<KGraphData> KGraphElementImpl.getData()
           
 

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

Methods in de.cau.cs.kieler.core.kgraph.util with parameters of type KGraphData
 T KGraphSwitch.caseKGraphData(KGraphData object)
          Returns the result of interpreting the object as an instance of 'Data'.
 

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

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

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

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

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

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