public interface ModelloCore
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE |
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) |
MetadataPluginManager getMetadataPluginManager()
Model loadModel(java.io.File file) throws java.io.IOException, ModelloException, ModelValidationException
java.io.IOException
ModelloException
ModelValidationException
Model loadModel(java.io.Reader reader) throws ModelloException, ModelValidationException
void saveModel(Model model, java.io.Writer writer) throws ModelloException
ModelloException
Model translate(java.io.Reader reader, java.lang.String inputType, java.util.Properties parameters) throws ModelloException, ModelValidationException
void generate(Model model, java.lang.String outputType, java.util.Properties parameters) throws ModelloException
ModelloException