Uses of Interface
de.cau.cs.kieler.kiml.graphviz.dot.Attribute

Packages that use Attribute
de.cau.cs.kieler.kiml.graphviz.dot   
de.cau.cs.kieler.kiml.graphviz.dot.impl   
de.cau.cs.kieler.kiml.graphviz.dot.util   
 

Uses of Attribute in de.cau.cs.kieler.kiml.graphviz.dot
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot that return Attribute
 Attribute DotFactory.createAttribute()
          Returns a new object of class 'Attribute'.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot that return types with arguments of type Attribute
 EList<Attribute> AttributeList.getEntries()
          Returns the value of the 'Entries' containment reference list.
 

Uses of Attribute in de.cau.cs.kieler.kiml.graphviz.dot.impl
 

Classes in de.cau.cs.kieler.kiml.graphviz.dot.impl that implement Attribute
 class AttributeImpl
          An implementation of the model object 'Attribute'.
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.impl with type parameters of type Attribute
protected  EList<Attribute> AttributeListImpl.entries
          The cached value of the 'Entries' containment reference list.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl that return Attribute
 Attribute DotFactoryImpl.createAttribute()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl that return types with arguments of type Attribute
 EList<Attribute> AttributeListImpl.getEntries()
           
 

Uses of Attribute in de.cau.cs.kieler.kiml.graphviz.dot.util
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.util with parameters of type Attribute
 T DotSwitch.caseAttribute(Attribute object)
          Returns the result of interpreting the object as an instance of 'Attribute'.