Uses of Class
org.eclipse.epsilon.hutn.exceptions.HutnGenerationException
Packages that use HutnGenerationException
Package
Description
-
Uses of HutnGenerationException in org.eclipse.epsilon.hutn
Methods in org.eclipse.epsilon.hutn that throw HutnGenerationExceptionModifier and TypeMethodDescriptionHutnModule.generateEmfModel()IHutnModule.generateEmfModel()HutnModule.storeEmfModel(File baseDirectory, String defaultModelPath, String inferredMetamodelPath) IHutnModule.storeEmfModel(File baseDirectory, String defaultModelPath, String inferredMetamodelPath) Generates an EMF model for the HUTN source passed to parse.voidHutnModule.storeIntermediateModelTransformation(File destination) voidIHutnModule.storeIntermediateModelTransformation(File destination) voidHutnModule.storeIntermediateModelTransformationForAllInputModels(File destination) voidIHutnModule.storeIntermediateModelTransformationForAllInputModels(File destination) -
Uses of HutnGenerationException in org.eclipse.epsilon.hutn.generate
Methods in org.eclipse.epsilon.hutn.generate that throw HutnGenerationException -
Uses of HutnGenerationException in org.eclipse.epsilon.hutn.generate.metamodel
Methods in org.eclipse.epsilon.hutn.generate.metamodel that throw HutnGenerationException -
Uses of HutnGenerationException in org.eclipse.epsilon.hutn.generate.model
Methods in org.eclipse.epsilon.hutn.generate.model that throw HutnGenerationExceptionModifier and TypeMethodDescriptionprotected EmfModelModelGenerator.generate(org.eclipse.emf.ecore.resource.Resource resource) ModelGenerator.generateTransformation()Constructors in org.eclipse.epsilon.hutn.generate.model that throw HutnGenerationExceptionModifierConstructorDescriptionModelGenerator(Spec spec) ModelGenerator(Spec spec, File... metaModelFiles)