Class AbstractGenerator
- java.lang.Object
-
- org.eclipse.epsilon.hutn.generate.AbstractGenerator
-
- Direct Known Subclasses:
MetaModelGenerator
,ModelGenerator
public abstract class AbstractGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description EmfModel
generate(String uri)
protected abstract EmfModel
generate(org.eclipse.emf.ecore.resource.Resource resource)
void
store(File path)
-
-
-
Method Detail
-
generate
public EmfModel generate(String uri) throws HutnGenerationException
- Throws:
HutnGenerationException
-
store
public void store(File path) throws HutnGenerationException
- Throws:
HutnGenerationException
-
generate
protected abstract EmfModel generate(org.eclipse.emf.ecore.resource.Resource resource) throws HutnGenerationException
- Throws:
HutnGenerationException
-
-