public interface ModelloCore
Modifier and Type | Method and Description |
---|---|
void |
generate(Model model,
String outputType,
Properties parameters) |
MetadataPluginManager |
getMetadataPluginManager() |
Model |
loadModel(File file) |
Model |
loadModel(Reader reader) |
void |
saveModel(Model model,
Writer writer) |
Model |
translate(Reader reader,
String inputType,
Properties parameters) |
static final String ROLE
MetadataPluginManager getMetadataPluginManager()
Model loadModel(File file) throws IOException, ModelloException, ModelValidationException
Model loadModel(Reader reader) throws ModelloException, ModelValidationException
void saveModel(Model model, Writer writer) throws ModelloException
ModelloException
Model translate(Reader reader, String inputType, Properties parameters) throws ModelloException, ModelValidationException
void generate(Model model, String outputType, Properties parameters) throws ModelloException
ModelloException
Copyright © 2001–2016 Codehaus. All rights reserved.