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

Packages that use MoveTo
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 MoveTo in de.cau.cs.kieler.kev.mapping
 

Methods in de.cau.cs.kieler.kev.mapping that return MoveTo
 MoveTo MappingFactory.createMoveTo()
          Returns a new object of class 'Move To'.
 

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

Classes in de.cau.cs.kieler.kev.mapping.impl that implement MoveTo
 class MoveToImpl
          An implementation of the model object 'MoveTo'.
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return MoveTo
 MoveTo MappingFactoryImpl.createMoveTo()
           
 

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

Methods in de.cau.cs.kieler.kev.mapping.util with parameters of type MoveTo
 T MappingSwitch.caseMoveTo(MoveTo object)
          Returns the result of interpreting the object as an instance of 'Move To'.