Uses of Class
de.cau.cs.kieler.core.model.m2m.TransformException

Packages that use TransformException
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.core.model.xtend.util This package contains a collection of utility classes. 
de.cau.cs.kieler.keg.importer The base package for KEG importers. 
de.cau.cs.kieler.kiml.export Base classes for the graph export. 
 

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

Methods in de.cau.cs.kieler.core.model.xtend.transformation that throw TransformException
 Object ITransformationFramework.executeTransformation()
          Deprecated. Executes a transformation with the parameters set with the initalizeTransformation method.
 

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

Methods in de.cau.cs.kieler.core.model.xtend.transformation.xtend that throw TransformException
 Object XtendTransformationFramework.executeTransformation()
          Deprecated. Executes a transformation.
 

Uses of TransformException in de.cau.cs.kieler.core.model.xtend.util
 

Methods in de.cau.cs.kieler.core.model.xtend.util that throw TransformException
static IStatus XtendTransformationUtil.model2ModelTransform(String xtendFile, String startFunction, URI inputModelURI, URI outputModelURI, EPackage... involvedMetamodels)
          This transformation uses the Xtend transformation language.
static XtendStatus XpandTransformationUtil.model2TextTransform(String xpandFile, String startFunction, URI inputModelURI, String outPath, EPackage... modelPackages)
          This transformation uses the xpand transformation language.
static XtendStatus XpandTransformationUtil.model2TextTransform(String xpandFile, String startFunction, URI inputModelURI, String outPath, org.eclipse.xpand2.output.PostProcessor postProcessor, EPackage... modelPackages)
          This transformation uses the xpand transformation language.
 

Uses of TransformException in de.cau.cs.kieler.keg.importer
 

Methods in de.cau.cs.kieler.keg.importer that throw TransformException
static Node ImportUtil.transformModel2KEGGraph(String xtendFile, String extension, List<Object> parameters, InputStream inputStream, Resource.Factory resourceFactory, IKielerProgressMonitor monitor, String... involvedMetamodels)
          Transforms a model to a KEG graph using a given Xtend transformation file.
static Node ImportUtil.transformModel2KEGGraph(String xtendFile, String extension, List<Object> parameters, Resource resource, IKielerProgressMonitor monitor, String... involvedMetamodels)
          Transforms a model to a KEG graph using a given Xtend transformation file.
 

Uses of TransformException in de.cau.cs.kieler.kiml.export
 

Methods in de.cau.cs.kieler.kiml.export that throw TransformException
static void ExportUtil.transformKGraph2Model(String xtendFile, String extension, List<Object> parameters, KNode node, OutputStream outputStream, Resource.Factory resourceFactory, IKielerProgressMonitor monitor, String... involvedMetamodels)
          Transforms a kgraph into another model using a given Xtend transformation file, and writes the model to the output stream.