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

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

Methods in de.cau.cs.kieler.kev.mapping that return MovePath
 MovePath MappingFactory.createMovePath()
          Returns a new object of class 'Move Path'.
 

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

Classes in de.cau.cs.kieler.kev.mapping.impl that implement MovePath
 class MovePathImpl
          An implementation of the model object 'Move Path'.
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return MovePath
 MovePath MappingFactoryImpl.createMovePath()
           
 

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

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