public class DefaultModelloCore extends AbstractModelloCore
ROLE| Constructor and Description |
|---|
DefaultModelloCore() |
| 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) |
input, outputpublic MetadataPluginManager getMetadataPluginManager()
public Model loadModel(File file) throws IOException, ModelloException, ModelValidationException
public Model loadModel(Reader reader) throws ModelloException, ModelValidationException
public void saveModel(Model model, Writer writer) throws ModelloException
ModelloExceptionpublic Model translate(Reader reader, String inputType, Properties parameters) throws ModelloException
ModelloExceptionpublic void generate(Model model, String outputType, Properties parameters) throws ModelloException
ModelloExceptionCopyright © 2001-2016 Codehaus. All Rights Reserved.