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 Deprecated. Old name for DSR
DSR Reads data source definitions from a configuration file and provides methods to get a Connection for a data souce.
DSRConfiguration Basic ability to configure the DSR, and to support the use of multiple DSRs.
MDR Properties used from the MDR data source
ModelDefinitionsRepository  
SchemaModelingRepository  
SchemaTransformationRepository Deprecated. Old name for the STR
SSMDR The SSMD library<<
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.
TemplateTransformationRepositoryExtension  
TemplateTransformationSyntaxRepository Manipulate the Template Transformation Syntax Repository, create new statements.
Util  
 

Exception Summary
AutoMedException The class root of all AutoMed generated exceptions.
DataSourceRepositoryException Deprecated. Old name for DSRException.
DSRException The class of exceptions generated by DSR.
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.
MDRException The class of exceptions generated by MDR.
ModelDefinitionsRepositoryException  
NotFoundException A request has be made for details of an object where the object is not present in the repository
NotImplementedException Some part of the AutoMed code that should present has not yet been implemented..
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
SSMDRException The class of exceptions generated by SSMD.
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.