Uses of Interface
de.cau.cs.kieler.kev.mapping.SVGElement

Packages that use SVGElement
de.cau.cs.kieler.kev.mapping A generated package from the Ecore-Model for the mapping between SVG graphics and mapping files. 
de.cau.cs.kieler.kev.mapping.impl This package contains the generated implementation and the user implemented code of the "de.cau.cs.kieler.kev.mapping" package. 
de.cau.cs.kieler.kev.mapping.util Generated util package of the mapping. 
 

Uses of SVGElement in de.cau.cs.kieler.kev.mapping
 

Methods in de.cau.cs.kieler.kev.mapping that return SVGElement
 SVGElement MappingFactory.createSVGElement()
          Returns a new object of class 'SVG Element'.
 

Methods in de.cau.cs.kieler.kev.mapping that return types with arguments of type SVGElement
 EList<SVGElement> SVGFile.getSvgElement()
          Returns the value of the 'Svg Element' containment reference list.
 

Uses of SVGElement in de.cau.cs.kieler.kev.mapping.impl
 

Classes in de.cau.cs.kieler.kev.mapping.impl that implement SVGElement
 class SVGElementImpl
          An implementation of the model object 'SVG Element'.
 

Fields in de.cau.cs.kieler.kev.mapping.impl with type parameters of type SVGElement
protected  EList<SVGElement> SVGFileImpl.svgElement
          The cached value of the 'Svg Element' containment reference list.
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return SVGElement
 SVGElement MappingFactoryImpl.createSVGElement()
           
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return types with arguments of type SVGElement
 EList<SVGElement> SVGFileImpl.getSvgElement()
           
 

Uses of SVGElement in de.cau.cs.kieler.kev.mapping.util
 

Methods in de.cau.cs.kieler.kev.mapping.util with parameters of type SVGElement
 T MappingSwitch.caseSVGElement(SVGElement object)
          Returns the result of interpreting the object as an instance of 'SVG Element'.