Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KLabel
Packages that use KLabel
Package
Description
-
Uses of KLabel in de.cau.cs.kieler.klighd.kgraph
Methods in de.cau.cs.kieler.klighd.kgraph that return KLabelModifier and TypeMethodDescriptionKGraphFactory.createKLabel()Returns a new object of class 'KLabel'.Methods in de.cau.cs.kieler.klighd.kgraph that return types with arguments of type KLabel -
Uses of KLabel in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KLabelModifier and TypeClassDescriptionclassAn implementation of the model object 'KLabel'.Fields in de.cau.cs.kieler.klighd.kgraph.impl with type parameters of type KLabelModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<KLabel>KLabeledGraphElementImpl.labelsThe cached value of the 'Labels' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KLabelMethods in de.cau.cs.kieler.klighd.kgraph.impl that return types with arguments of type KLabel -
Uses of KLabel in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util that return KLabelModifier and TypeMethodDescriptionstatic KLabelKGraphUtil.createInitializedLabel(KLabeledGraphElement element) Creates an intialized label and adds it to the given element.Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KLabelModifier and TypeMethodDescriptionKGraphSwitch.caseKLabel(KLabel object) Returns the result of interpreting the object as an instance of 'KLabel'.