Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KGraphData
Packages that use KGraphData
Package
Description
-
Uses of KGraphData in de.cau.cs.kieler.klighd.kgraph
Subinterfaces of KGraphData in de.cau.cs.kieler.klighd.kgraphModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'KIdentifier'.Methods in de.cau.cs.kieler.klighd.kgraph with type parameters of type KGraphDataModifier and TypeMethodDescription<T extends KGraphData>
TReturns the first data instance that matches the given class.Methods in de.cau.cs.kieler.klighd.kgraph that return KGraphDataModifier and TypeMethodDescriptionKGraphFactory.createKGraphData()Returns a new object of class 'Data'.KGraphElement.getData(org.eclipse.emf.ecore.EClass type) Returns the first data instance that matches the given class.Methods in de.cau.cs.kieler.klighd.kgraph that return types with arguments of type KGraphDataModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KGraphData>KGraphElement.getData()Returns the value of the 'Data' containment reference list. -
Uses of KGraphData in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KGraphDataModifier and TypeClassDescriptionclassAn implementation of the model object 'Data'.classAn implementation of the model object 'KIdentifier'.Fields in de.cau.cs.kieler.klighd.kgraph.impl with type parameters of type KGraphDataModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<KGraphData>KGraphElementImpl.dataThe cached value of the 'Data' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph.impl with type parameters of type KGraphDataModifier and TypeMethodDescription<T extends KGraphData>
TReturns the first data instance that matches the given class.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KGraphDataModifier and TypeMethodDescriptionKGraphFactoryImpl.createKGraphData()KGraphElementImpl.getData(org.eclipse.emf.ecore.EClass type) Returns the first data instance that matches the given class.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return types with arguments of type KGraphDataModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KGraphData>KGraphElementImpl.getData() -
Uses of KGraphData in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KGraphDataModifier and TypeMethodDescriptionKGraphSwitch.caseKGraphData(KGraphData object) Returns the result of interpreting the object as an instance of 'Data'.