Package uk.ac.ic.doc.automed.reps

Class Summary
AccessMethod The AccessMethod class describes how a particular database presented by a Schema can be accessed by an AutoMed application, using a particular Protocol.
CompositeTransformation The CompositeTransformation class.
Construct The Construct class
ConstructScheme The ConstructScheme class
ConstructWithModelingProgram The class describing Construct objects together with their graphical representations/ModelingProgram objects
Model The Model class
ModelingProgram Class representing the graphical representation of a Construct.
ModelingStatement Class that defines the statement/method-call that can be used in a construct's graphical representation.
Network  
Node  
Protocol The Protocol class describes a generic method of accessing data sources, such as JDBC or ODBC.
RepsTest  
RuntimeArgument The class to create run-time (during a template composite transformation's execution) arguments
RuntimeArgumentSequence The class to create run-time (during a template composite transformation's execution) argument sequences
Schema The Schema class
SchemaEvolutionExample  
SchemaMapGenerator  
SchemaObject The SchemaObject class
Scheme The Scheme class is used to described each element of the scheme of SchemaObject.
Statement The class to create statements that can be used in a template transformation's program.
StatementArgumentDefinition The class used to define a statement's arguments.
StatementExecution The class used to define a template transformation's program.
Syntax  
TemplateArgument The class to create compile-time arguments (arguments used in template transformation's definitions)
TemplateArgumentSequence The class to create compile-time argument sequences (sequences used in template transformation's definitions)
Transformation The Transformation class
TransformationArgumentDefinition The class used to define a template transformation's arguments.
TransformationOptimiser This class provides the functionalities to optimise a TransformationPathway, by using TML transformation optimisation techniques.
TransformationPathway The TransformationPathway class
Utility Class offering utility methods for accessing a SchemaObject's scheme.
 

Exception Summary
AutoRepException The class of exceptions generated by the uk.ac.ic.doc.automed.reps package.
BadSchemaException The class of exceptions generated when the contents of an intentional schema materialized via a particular transformation pathway are not the same as those of the same schema materialized via its default transformation pathway (path to the cloesest extensional schema).
ConstructSchemeSyntaxException  
IllegalOperationException  
SchemasNotIdenticalException This exception is generated when an attempt to join to transformation pathways via createIdentTransformation() fails due to the schemas' object schemes being different.
SyntaxException  
TypeMismatchException The class of exceptions generated by the uk.ac.ic.doc.automed.reps package.
UnexpectedTokenException