|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 that return KGraphData | |
---|---|
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 |
---|
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 that return KGraphData | |
---|---|
KGraphData |
KGraphElementImpl.getData(EClass type)
|
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 |
KLayoutData
A representation of the model object 'Layout Data'. |
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 |
KLayoutDataImpl
An implementation of the model object 'KLayout Data'. |
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |