| Interface | Description | 
|---|---|
| Model | 
 A model contains all defined types and the relationship between them. 
 | 
| ModelInstance | 
 An instance of a model 
 | 
| Class | Description | 
|---|---|
| ModelBuilder | 
 This builder is used to define and create a new model. 
 | 
| Exception | Description | 
|---|---|
| ModelException | 
 An Exception in the Core XML Model. 
 | 
| ModelParseException | 
 Thrown when an error is encountered during XML parsing 
 | 
| ModelReferenceException | 
 Thrown when an error is encountered during reference resolving. 
 | 
| ModelValidationException | 
 Thrown when an error is encountered during the model validation. 
 | 
| UnsupportedModelOperationException | 
 Exception thrown if a user attempts to perform an unsupported
 model operation. 
 | 
Copyright © 2017. All rights reserved.