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

Interface Summary
NetworkChangeListener  
NetworksListener  
SchemaChangeListener  
SchemasListener  
 

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.
Construct The Construct class
ConstructScheme The ConstructScheme class
ConstructWithModelingProgram The class describing Construct objects together with their graphical representations/ModelingProgram objects
HDMConstraint  
HDMEdge  
HDMElement  
HDMNetwork  
HDMNode  
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  
NetworkChangeEvent  
Node  
Pathway The Pathway class
Protocol The Protocol class describes a generic method of accessing data sources, such as JDBC or ODBC.
Schema The Schema class represents a database schema as a set of SchemaObjects.
SchemaChangeEvent  
SchemaMapGenerator  
SchemaObject The SchemaObject class
Scheme The Scheme class is used to described each element of the scheme of SchemaObject.
Syntax  
Syntax.Token  
Syntax.Tokenizer  
Transformation The Transformation class describes a single premitive transformation that connects a pair of schemas.
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 Deprecated. Use SyntaxException instead