|
||||||||||
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.config | Interfaces and default implementations for layout configuration. |
de.cau.cs.kieler.kiml.gmf | KIML bridge implementation for GMF, the Graphical Modeling Framework. |
de.cau.cs.kieler.kiml.graphiti | |
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. |
de.cau.cs.kieler.kiml.ui.service | Layout service extensions for the Eclipse UI. |
de.cau.cs.kieler.kiml.util | Utility classes for automatic layout using KIML. |
Uses of KGraphData in de.cau.cs.kieler.core.kgraph |
---|
Methods in de.cau.cs.kieler.core.kgraph with type parameters of type KGraphData | ||
---|---|---|
|
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 | ||
---|---|---|
|
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.config |
---|
Methods in de.cau.cs.kieler.kiml.config with parameters of type KGraphData | |
---|---|
void |
CompoundLayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
void |
DefaultLayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
void |
ILayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
void |
SemanticLayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
void |
VolatileLayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
Uses of KGraphData in de.cau.cs.kieler.kiml.gmf |
---|
Methods in de.cau.cs.kieler.kiml.gmf with parameters of type KGraphData | |
---|---|
void |
GmfLayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
Uses of KGraphData in de.cau.cs.kieler.kiml.graphiti |
---|
Methods in de.cau.cs.kieler.kiml.graphiti with parameters of type KGraphData | |
---|---|
void |
GraphitiLayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
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 |
KIdentifier
A representation of the model object 'KIdentifier'. |
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 |
KIdentifierImpl
An implementation of the model object 'KIdentifier'. |
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'. |
Uses of KGraphData in de.cau.cs.kieler.kiml.ui.service |
---|
Methods in de.cau.cs.kieler.kiml.ui.service with parameters of type KGraphData | |
---|---|
void |
EclipseLayoutConfig.transferValues(KGraphData graphData,
LayoutContext context)
Transfer all non-default values that are managed by this layout configuration to the given graph data holder. |
Uses of KGraphData in de.cau.cs.kieler.kiml.util |
---|
Methods in de.cau.cs.kieler.kiml.util with parameters of type KGraphData | |
---|---|
static void |
KimlUtil.setOption(KGraphData graphData,
String id,
String value)
Set a layout option using a serialized key / value pair. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |