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

Packages that use AbstractTransformation
de.cau.cs.kieler.core.model.xtend.transformation Base package for model transformations in KIELER. 
de.cau.cs.kieler.core.model.xtend.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.xtend.transformation
 

Methods in de.cau.cs.kieler.core.model.xtend.transformation that return types with arguments of type AbstractTransformation
 List<AbstractTransformation> ITransformationFramework.parseTransformations(URL fileName, boolean inplaceOnly)
          Deprecated. Parses a transformation file and returns the existing transformations.
 

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

Subclasses of AbstractTransformation in de.cau.cs.kieler.core.model.xtend.transformation.xtend
 class XtendTransformation
          Deprecated. This class is used by KSBasE. For new implementations use a class that extends TransformationDescriptor instead.
 

Methods in de.cau.cs.kieler.core.model.xtend.transformation.xtend that return types with arguments of type AbstractTransformation
 List<AbstractTransformation> XtendTransformationFramework.parseTransformations(URL fileName, boolean inplaceOnly)
          Deprecated. Parses a transformation file and returns the existing transformations.
 

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.
 

Methods in de.cau.cs.kieler.ksbase.core that return AbstractTransformation
 AbstractTransformation EditorTransformationSettings.getOutPlaceTransformationById(String tid)
          Tries to find a transformation by its identity string.
 AbstractTransformation EditorTransformationSettings.getOutPlaceTransformationByName(String transformation)
          Tries to find a transformation with a given name.
 

Methods in de.cau.cs.kieler.ksbase.core that return types with arguments of type AbstractTransformation
 Collection<AbstractTransformation> EditorTransformationSettings.getOutPlaceTransformations()
          Gets the list of defined out-place transformations.