Uses of Class
de.cau.cs.kieler.ksbase.core.KSBasETransformation

Packages that use KSBasETransformation
de.cau.cs.kieler.ksbase.core Core package of the KSBasE plug-in. 
de.cau.cs.kieler.ksbase.ui Base package for the KSBasE UI plug-in. 
 

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

Methods in de.cau.cs.kieler.ksbase.core that return KSBasETransformation
 KSBasETransformation KSBasETransformation.clone()
          Clone operation.
 KSBasETransformation EditorTransformationSettings.getTransformationById(String tid)
          Tries to find a transformation by its identity string.
 KSBasETransformation EditorTransformationSettings.getTransformationByName(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 KSBasETransformation
 Collection<KSBasETransformation> EditorTransformationSettings.getTransformations()
          Gets the list of defined transformations.
 

Methods in de.cau.cs.kieler.ksbase.core with parameters of type KSBasETransformation
 void EditorTransformationSettings.addTransformation(KSBasETransformation t)
          Adds a single transformation to the transformations list.
 

Constructors in de.cau.cs.kieler.ksbase.core with parameters of type KSBasETransformation
KSBasETransformation(KSBasETransformation t)
          Copy constructor.
 

Uses of KSBasETransformation in de.cau.cs.kieler.ksbase.ui
 

Methods in de.cau.cs.kieler.ksbase.ui with parameters of type KSBasETransformation
 void TransformationUIManager.createAndExecuteTransformationCommand(ExecutionEvent event, EditorTransformationSettings editor, KSBasETransformation transformation)
          Creates and executes a transformation command by creating a request and execute the resulting command on the diagram command stack.