Uses of Class
de.cau.cs.kieler.kies.transformation.util.TransformationUtil.TransformationType

Packages that use TransformationUtil.TransformationType
de.cau.cs.kieler.kies.transformation.test Contains code responsible for testing esterel to synccharts transformation. 
de.cau.cs.kieler.kies.transformation.util Contains code responsible for executing a esterel to synccharts transformation. 
 

Uses of TransformationUtil.TransformationType in de.cau.cs.kieler.kies.transformation.test
 

Methods in de.cau.cs.kieler.kies.transformation.test with parameters of type TransformationUtil.TransformationType
static boolean TimeMeasurement.performHeadlessTransformation(IFile kixsFile, TransformationUtil.TransformationType type)
          Performs a headless transformation on the passed kixsFile.
static boolean TimeMeasurement.performHeadlessTransformationStep(IFile kixsFile, TransformationUtil.TransformationType type)
          Performs a headless transformation on the passed kixsFile.
static boolean TimeMeasurement.performHeadlessTransformationWithSetup(IFile kixsFile, TransformationUtil.TransformationType type)
          Performs a headless transformation on the passed kixsFile.
 

Uses of TransformationUtil.TransformationType in de.cau.cs.kieler.kies.transformation.util
 

Methods in de.cau.cs.kieler.kies.transformation.util that return TransformationUtil.TransformationType
static TransformationUtil.TransformationType TransformationUtil.TransformationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransformationUtil.TransformationType[] TransformationUtil.TransformationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kies.transformation.util with parameters of type TransformationUtil.TransformationType
static boolean TransformationUtil.performHeadlessTransformation(IFile kixsFile, TransformationUtil.TransformationType type)
          Performs a headless transformation on the passed kixsFile.
static boolean TransformationUtil.performHeadlessTransformation(IFile kixsFile, TransformationUtil.TransformationType type, Map<String,Boolean> globalVars)
          Performs a headless transformation on the passed kixsFile.