Deprecated API


Contents
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 Classes
uk.ac.ic.doc.automed.DataSourceRepository
          Old name for DSR 
uk.ac.ic.doc.automed.SchemaTransformationRepository
          Old name for the STR 
 

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.p2p.protocol.P2PConstants.PUBLIC_SCHEMA_DIRECTORY_CFG
          use P2PConstants.DIRECTORY_SERVER_CFG_FILE instead 
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.p2p.tree.ObjectBuilder.createModel(AutoMedObject)
          use ModelObjectBuilder.createModel(AutoMedObject objectNode, overwrite) instead 
uk.ac.ic.doc.automed.reps.Schema.findAttachedDataSources()
          Use Schema.getAttachedSchemas(int) instead. Returns an array of Schema's that are connected to this schema by some transformation pathway and are data sources (including this schema itself if it is a data source). For each schema s returned, s.isDataSource() is true. 
uk.ac.ic.doc.automed.reps.Schema.findAttachedExtDBs()
          Use Schema.getAttachedSchemas(int) instead. Returns an array of Schema's that are connected to this schema by some transformation pathway and have extensional data (including this schema itself if it has extensional data). For each schema s returned, s.isExtDB() is true. 
uk.ac.ic.doc.automed.reps.Schema.findAttachedExtSchemas()
          Use Schema.getAttachedSchemas(int) instead. Returns an array of Schema's that are connected to this schema by some transformation pathway and are extensional schemas (including this schema itself if it is an extensional schema). For each schema s returned, s.isExtSchema() is true. 
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.reps.Schema.isDataSource()
          use Schema.getType() instead. Determines whether or not the schema represents an external data source. 
uk.ac.ic.doc.automed.reps.Schema.isExtDB()
          use Schema.getType() instead. Determines whether or not the schema represents an extentional database. 
uk.ac.ic.doc.automed.reps.Schema.isExtSchema()
          use Schema.getType() instead. Determines whether or not the schema is an extentional schema. 
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.p2p.AutoMedPeer.outputPathwayToSource(AbstractMessage, OutputStream)
          use AutoMedPeer.outputSourcePathways(AbstractMessage request, OutputStream output)
to get multiple pathways
 
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.reps.Schema.setDataSource(boolean)
          use {@link setType) instead. Sets whether or not the schema represents an external data source. 
uk.ac.ic.doc.automed.reps.Schema.setExtDB(boolean)
          use {@link setType) instead. Sets whether or not the schema represents an extentional database. 
uk.ac.ic.doc.automed.reps.Schema.setExtSchema(boolean)
          use {@link setType) instead. Sets whether or not the schema is an extentional schema. 
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()