Deprecated API

Deprecated Classes
uk.ac.ic.doc.automed.DataSourceRepository
          Old name for DSR 
uk.ac.ic.doc.automed.SchemaTransformationRepository
          Old name for the STR 
 

Deprecated Interfaces
uk.ac.ic.doc.automed.Constants
          use constants in individual classes instead, such as Construct .CLASS_MINIMUM instead of CONSTRUCT_CLASS_MINIMUM 
 

Deprecated Exceptions
uk.ac.ic.doc.automed.DataSourceRepositoryException
          Old name for DSRException. 
uk.ac.ic.doc.automed.reps.UnexpectedTokenException
          Use SyntaxException instead 
 

Deprecated Fields
uk.ac.ic.doc.automed.reps.Scheme.HDM_TYPE_N1
            
uk.ac.ic.doc.automed.reps.Scheme.HDM_TYPE_N2
            
uk.ac.ic.doc.automed.reps.Scheme.HDM_TYPE_P1
            
uk.ac.ic.doc.automed.reps.Scheme.HDM_TYPE_P2
            
uk.ac.ic.doc.automed.reps.Scheme.TYPE_ALTERNATION
          see Construct.CLASS_ALTERNATION 
uk.ac.ic.doc.automed.reps.Scheme.TYPE_SEQUENCE
          see Construct.CLASS_SEQUENCE 
 

Deprecated Methods
uk.ac.ic.doc.automed.reps.Transformation.createIdentTransformations(Schema, Schema, String, String)
          Use #createIdentTransformations() instead. 
uk.ac.ic.doc.automed.MDR.getMDR_DataSourceName()
          use MDR.getDataSourceName() instead 
uk.ac.ic.doc.automed.reps.Network.getNode(Node)
            
uk.ac.ic.doc.automed.reps.Schema.getSchemaObjectByName(String)
          Return the SchemaObject that has the supplied name in this schema. Note that the String supplied must match exactly the name of the SchemaObject as returned by SchemaObject.getSchemeNamesString() 
uk.ac.ic.doc.automed.reps.SchemaObject.getSchemaObjectByOBID(int)
          use SchemaObject.getSchemaObject(int) instead 
uk.ac.ic.doc.automed.SSMDR.getSSMDR_DataSourceName()
          use getDataSourceName() 
uk.ac.ic.doc.automed.STR.getSTR_DataSourceName()
          use getDataSourceName() 
uk.ac.ic.doc.automed.wrappers.AutoMedWrapper.newAutoMedWrapper(AccessMethod)
          use getAutoMedWrapper(am) instead 
uk.ac.ic.doc.automed.wrappers.AutoMedWrapper.newAutoMedWrapper(AccessMethod, String)
          use getAutoMedWrapper 
uk.ac.ic.doc.automed.reps.Construct.removeConstructFromMap(Construct)
          Remove constructs using @link remove() which will also do the job of this method Removes from the HashMap that holds the CID and ref to all Construct objs. 
uk.ac.ic.doc.automed.MDR.setMDR_DataSourceName(String)
          use setDataSourceName() instead 
uk.ac.ic.doc.automed.SSMDR.setSSMDR_DataSourceName(String)
          use setDataSourceName() 
uk.ac.ic.doc.automed.STR.setSTR_DataSourceName(String)
          use setDataSourceName()