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, output
public 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
ModelloException
public Model translate(Reader reader, String inputType, Properties parameters) throws ModelloException
ModelloException
public void generate(Model model, String outputType, Properties parameters) throws ModelloException
ModelloException
Copyright © 2001–2017 Codehaus. All rights reserved.