Package uk.ac.ic.doc.automed

Interface Summary
Constants Deprecated. use constants in individual classes instead, such as Construct .CLASS_MINIMUM instead of CONSTRUCT_CLASS_MINIMUM
 

Class Summary
DataSourceRepository Reads data source definitions from a configuration file and provides methods to get a Connection for a data souce.
ModelDefinitionsRepository Properties used from the MDR data source
SchemaModelingRepository  
SchemaTransformationRepository Old name for the STR
STR The STR library<<
STRMethodTest  
TemplateExecutionRepository Manipulate the Template Execution Repository and supply the methods to invoke template transformations
TemplateTransformationRepository Manipulate the Template Transformation Repository, built template transformations.
TemplateTransformationSyntaxRepository Manipulate the Template Transformation Syntax Repository, create new statements.
Util  
 

Exception Summary
AutoMedException The class root of all AutoMed generated exceptions.
DataSourceRepositoryException The class of exceptions generated by DataSourceRepository.
InconsistentException A manipulation of the repository that should always succeed has failed.
IntegrityException An attempt has be made to alter the repository (or data structure representing it) in a way that would make it inconsistent.
ModelDefinitionsRepositoryException The class of exceptions generated by ModelDefinitionsRepository.
NotFoundException A request has be made for details of an object where the object is not present in the repository
RepositoryAccessException The class of exceptions generated when executing updates and queries to TTSR, TTR, TER, SMR.
SchemaModelingRepositoryException The class of exceptions generated by TemplateTransformationSyntaxRepository.
SchemaTransformationRepositoryException Old name for STRException
STRException The class of exceptions generated by STR.
TemplateExecutionRepositoryException The class of exceptions generated by TemplateExecutionRepository.
TemplateTransformationRepositoryException The class of exceptions generated by TemplateTransformationRepository.
TemplateTransformationSyntaxRepositoryException The class of exceptions generated by TemplateTransformationSyntaxRepository.