Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KLabeledGraphElement
Packages that use KLabeledGraphElement
Package
Description
-
Uses of KLabeledGraphElement in de.cau.cs.kieler.klighd.kgraph
Subinterfaces of KLabeledGraphElement in de.cau.cs.kieler.klighd.kgraphModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'KEdge'.interfaceA representation of the model object 'KNode'.interfaceA representation of the model object 'KPort'.Methods in de.cau.cs.kieler.klighd.kgraph that return KLabeledGraphElementModifier and TypeMethodDescriptionKLabel.getParent()Returns the value of the 'Parent' container reference.Methods in de.cau.cs.kieler.klighd.kgraph with parameters of type KLabeledGraphElementModifier and TypeMethodDescriptionvoidKLabel.setParent(KLabeledGraphElement value) Sets the value of the 'Parent' container reference. -
Uses of KLabeledGraphElement in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KLabeledGraphElementModifier and TypeClassDescriptionclassAn implementation of the model object 'KEdge'.classAn implementation of the model object 'KLabeled Graph Element'.classAn implementation of the model object 'KNode'.classAn implementation of the model object 'KPort'.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KLabeledGraphElementMethods in de.cau.cs.kieler.klighd.kgraph.impl with parameters of type KLabeledGraphElementModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainKLabelImpl.basicSetParent(KLabeledGraphElement newParent, org.eclipse.emf.common.notify.NotificationChain msgs) voidKLabelImpl.setParent(KLabeledGraphElement newParent) -
Uses of KLabeledGraphElement in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KLabeledGraphElementModifier and TypeMethodDescriptionKGraphSwitch.caseKLabeledGraphElement(KLabeledGraphElement object) Returns the result of interpreting the object as an instance of 'KLabeled Graph Element'.static voidKGraphUtil.configureWithDefaultLabel(KLabeledGraphElement ele) Adds a default label to the graph element based on theKIdentifier.static KLabelKGraphUtil.createInitializedLabel(KLabeledGraphElement element) Creates an intialized label and adds it to the given element.