Uses of Interface
de.cau.cs.kieler.core.kgraph.KLabel

Packages that use KLabel
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.util Utility classes for automatic layout using KIML. 
 

Uses of KLabel in de.cau.cs.kieler.core.kgraph
 

Methods in de.cau.cs.kieler.core.kgraph that return KLabel
 KLabel KGraphFactory.createKLabel()
          Returns a new object of class 'KLabel'.
 

Methods in de.cau.cs.kieler.core.kgraph that return types with arguments of type KLabel
 EList<KLabel> KLabeledGraphElement.getLabels()
          Returns the value of the 'Labels' containment reference list.
 

Uses of KLabel in de.cau.cs.kieler.core.kgraph.impl
 

Classes in de.cau.cs.kieler.core.kgraph.impl that implement KLabel
 class KLabelImpl
          An implementation of the model object 'KLabel'.
 

Fields in de.cau.cs.kieler.core.kgraph.impl with type parameters of type KLabel
protected  EList<KLabel> KLabeledGraphElementImpl.labels
          The cached value of the 'Labels' containment reference list.
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return KLabel
 KLabel KGraphFactoryImpl.createKLabel()
           
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return types with arguments of type KLabel
 EList<KLabel> KLabeledGraphElementImpl.getLabels()
           
 

Uses of KLabel in de.cau.cs.kieler.core.kgraph.util
 

Methods in de.cau.cs.kieler.core.kgraph.util with parameters of type KLabel
 T KGraphSwitch.caseKLabel(KLabel object)
          Returns the result of interpreting the object as an instance of 'KLabel'.
 

Uses of KLabel in de.cau.cs.kieler.kiml.util
 

Methods in de.cau.cs.kieler.kiml.util that return KLabel
static KLabel KimlUtil.createInitializedLabel(KLabeledGraphElement element)
          Creates a KLabel, initializes some attributes, and returns it.