Package uk.ac.ic.doc.automed

Class Summary
AccessMethodPropertyRow  
AppConstants Use constants in individual classes instead, such as Construct .CLASS_MINIMUM instead of CONSTRUCT_CLASS_MINIMUM
CompoundHashMap  
ConstructConstraintRow  
ConstructPropertyRow  
ConstructTypeRow  
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
ObjectRow Caching Classes
SchemaObjectPropertyRow  
SchemaPropertyRow  
SchemaRow  
SchemeRow  
SSMDR The SSMD library<<
STR The STR library.
STRMethodTest  
TransformationPropertyRow  
TransformationRow  
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.
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.
NotKnownException A value could not be computed because is was not known what it should be at the current time.
RepositoryAccessException The class of exceptions generated when executing updates and queries to TTSR, TTR, TER, SMR.
SSMDRException The class of exceptions generated by SSMD.
STRException The class of exceptions generated by STR.