public class DefaultModelloCore extends AbstractModelloCore
ROLE| Constructor and Description |
|---|
DefaultModelloCore() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Model model,
java.lang.String outputType,
java.util.Properties parameters) |
MetadataPluginManager |
getMetadataPluginManager() |
Model |
loadModel(java.io.File file) |
Model |
loadModel(java.io.Reader reader) |
void |
saveModel(Model model,
java.io.Writer writer) |
Model |
translate(java.io.Reader reader,
java.lang.String inputType,
java.util.Properties parameters) |
input, outputpublic MetadataPluginManager getMetadataPluginManager()
public Model loadModel(java.io.File file) throws java.io.IOException, ModelloException, ModelValidationException
java.io.IOExceptionModelloExceptionModelValidationExceptionpublic Model loadModel(java.io.Reader reader) throws ModelloException, ModelValidationException
public void saveModel(Model model, java.io.Writer writer) throws ModelloException
ModelloExceptionpublic Model translate(java.io.Reader reader, java.lang.String inputType, java.util.Properties parameters) throws ModelloException
ModelloExceptionpublic void generate(Model model, java.lang.String outputType, java.util.Properties parameters) throws ModelloException
ModelloException