Uses of Class
de.cau.cs.kieler.core.model.transformation.AbstractTransformation

Packages that use AbstractTransformation
de.cau.cs.kieler.core.model.transformation Base package for model transformations in KIELER. 
de.cau.cs.kieler.core.model.transformation.xtend A model transformation framework for Xtend. 
de.cau.cs.kieler.ksbase.core Core package of the KSBasE plug-in. 
 

Uses of AbstractTransformation in de.cau.cs.kieler.core.model.transformation
 

Methods in de.cau.cs.kieler.core.model.transformation that return types with arguments of type AbstractTransformation
 List<AbstractTransformation> ITransformationFramework.parseInPlaceTransformations(URL fileName)
          Parses a transformation file and returns the existing in-place transformations.
 

Uses of AbstractTransformation in de.cau.cs.kieler.core.model.transformation.xtend
 

Subclasses of AbstractTransformation in de.cau.cs.kieler.core.model.transformation.xtend
 class XtendTransformation
          A transformation used by the Xtend framework.
 

Methods in de.cau.cs.kieler.core.model.transformation.xtend that return types with arguments of type AbstractTransformation
 List<AbstractTransformation> XtendTransformationFramework.parseInPlaceTransformations(URL fileName)
          Parses in-place transformations from an Xtend file.
 

Uses of AbstractTransformation in de.cau.cs.kieler.ksbase.core
 

Subclasses of AbstractTransformation in de.cau.cs.kieler.ksbase.core
 class KSBasETransformation
          The connection between the transformations and the KSBasE plug-In.