|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.dataadapter.chado.jdbc.ParameciumDBChadoInstance
public class ParameciumDBChadoInstance
Implementation of AbstractChadoInstance for ParameciumDB.
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
ParameciumDBChadoInstance()
|
|
| Method Summary | |
|---|---|
boolean |
cacheAnalysisTable()
|
void |
checkForLocation(DataInput dataInput)
If dataInputs type is configured as a location, then change dataInput to be a location - is there a better way to do this? |
protected void |
clear()
|
ChadoInstance |
cloneInstance()
|
java.lang.String |
getAnalysisType(long analysisId,
java.lang.String program,
java.lang.String programversion,
java.lang.String sourcename)
Returns type string as program:sourcename; override if this is not what your database requires. |
protected void |
getAnnotations(java.sql.Connection conn,
SequenceI refSeq,
StrandedFeatureSet sfs,
apollo.dataadapter.chado.jdbc.FeatureLocImplementation featLocImp,
boolean getFeatProps,
boolean getSynonyms,
boolean getDbXRefs,
ChadoAdapter adapter)
|
StrandedFeatureSet |
getAnnotStrandedFeatSet()
|
java.lang.String |
getCdsSql(apollo.dataadapter.chado.jdbc.FeatureLocImplementation featLocImp)
Return an SQL query that will retrieve all CDS features within a specified range. |
java.lang.String |
getCdsTransRelationTerm()
|
JdbcChadoAdapter |
getChadoAdapter()
|
java.util.List |
getChadoTransMacros()
This is the beginning of trying to get chado-adapter.xml and transactionXMLTemplate non-redundant, so you dont have to configure the same things twice. |
java.lang.String |
getCommentPropertyTerm()
|
protected java.sql.Connection |
getConnection()
|
boolean |
getCopyGeneModelsIntoResultTier()
|
CurationSet |
getCurationSet(ChadoAdapter adapter,
java.lang.String seqType,
java.lang.String topFeatName)
Retrieve all the curation data (gene models, gene predictions, search results, etc.) for a single chado feature/sequence. |
CurationSet |
getCurationSetInRange(ChadoAdapter adapter,
java.lang.String seqType,
Region region)
Retrieve all the curation data (gene models, gene predictions, search results, etc.) for a given region on a single chado feature/sequence. |
java.lang.String |
getExonTransRelationTerm()
|
java.lang.String |
getFeatureCreateDatePropertyTerm()
|
java.lang.String |
getFeatureCVName()
Flybases feature cv is SO |
protected java.lang.Long |
getFeatureCVTermId(java.lang.String name)
calls JdbcChadoAdapter -> cvterms should have its own class |
java.lang.String |
getFeatureOwnerPropertyTerm()
|
java.lang.String |
getFeatureType(java.lang.String alignType,
java.lang.String program,
java.lang.String programversion,
java.lang.String targetSp,
java.lang.String sourcename,
java.lang.String featProp)
Flybase does feature type "program:sourcename", the rest of the params are ignored (used by tigr feat type) |
java.lang.String |
getGeneNameField()
Return the column in the chado feature table where the gene name can be found. |
ChadoProgram[] |
getGenePredictionPrograms()
Return array for all the gene prediction programs. |
SeqType |
getLocationSeqType()
Assumes theres only 1 location seq type - returns first it finds |
java.lang.String |
getLogDirectory()
|
java.util.List |
getOneLevelAnnotTypes()
Get a list of annotation types that are saved in Chado db as one level features from a list of types. |
ChadoProgram[] |
getOneLevelResultPrograms()
for simple results that are only 1 level deep |
java.lang.String |
getPartOfCvTerm()
return string for part of relationship (tigr part_of, fb partof) |
java.lang.String |
getPolypeptideCdsRelationTerm()
|
protected java.lang.Long |
getPolypeptideCVTermId()
|
java.lang.String |
getPolypeptideTransRelationTerm()
|
java.lang.String |
getPolypeptideType()
Old SO/SOFA uses "protein", new uses "polypeptide" (default) |
java.lang.String |
getPredictedCdsSql(apollo.dataadapter.chado.jdbc.FeatureLocImplementation featLocImp,
ChadoProgram[] chadoPrgs)
Returns only the cds linked to a transcript predicted by a program of chadoPrgs which isRetrieveCDS is true |
protected java.lang.Long |
getProducedByCVTermId()
|
java.lang.String |
getPropertyTypeCVName()
|
boolean |
getPureJDBCCopyOnWrite()
|
boolean |
getPureJDBCNoCommit()
|
boolean |
getPureJDBCUseCDS()
|
boolean |
getPureJDBCWriteMode()
|
boolean |
getQueryFeatureIdWithName()
|
boolean |
getQueryFeatureIdWithUniquename()
|
java.lang.String |
getRelationshipCVName()
|
protected java.lang.Long |
getRelationshipCVTermId(java.lang.String name)
|
StrandedFeatureSet |
getResultStrandedFeatSet()
|
ChadoProgram[] |
getSearchHitPrograms()
Return array of strings for all the hit programs. |
java.lang.String |
getSeqDescriptionCVName()
|
java.lang.String |
getSeqDescriptionTerm()
|
SeqType |
getSeqType(int i)
Return ith SeqType |
SeqType |
getSeqType(java.lang.String name)
SeqType for name |
int |
getSeqTypesSize()
Return number of seq types for instance |
java.lang.String |
getSynonymPropertyTerm()
|
java.lang.String |
getSyntenyRelationshipType()
|
java.lang.String |
getTargetName(java.lang.String chadoName,
java.lang.String species,
java.lang.String alignType)
just returns chadoName - cant add species as fb doesnt record species of target |
java.util.List |
getThreeLevelAnnotTypes()
Get a list of features that are stored in the chado db as three level features (gene-namedFeaure-exon). |
apollo.dataadapter.chado.jdbc.FeatureLocImplementation |
getTopFeatLoc()
|
java.lang.String |
getTopLevelFeatType()
Top level feature type is needed for saving back to chado. |
java.lang.Long |
getTranscriptCvTermId()
|
java.lang.String |
getTranscriptName(FeatureSet tfs,
java.lang.String program)
|
java.lang.String |
getTranscriptNameField()
Return the column in the chado feature table where the transcript name can be found. |
java.lang.String |
getTranscriptTerm()
|
java.lang.String |
getTransGeneRelationTerm()
|
java.lang.String |
getTransProtRelationTerm()
|
boolean |
getUseSynonyms()
|
java.lang.String |
getWritebackTemplateFile()
|
boolean |
searchHitsHaveFeatLocs()
returns true if search hits have feature locs. |
void |
setCacheAnalysisTable(boolean cache)
|
void |
setCdsTransRelationTerm(java.lang.String term)
Need to set (from chado-adapter.xml) if diff from default |
void |
setChadoAdapter(JdbcChadoAdapter jdbcAdapter)
|
void |
setCommentPropertyTerm(java.lang.String commentTerm)
|
void |
setCopyGeneModelsIntoResultTier(boolean copyModels)
|
void |
setExonTransRelationTerm(java.lang.String term)
Need to set (from chado-adapter.xml) if diff from default |
void |
setFeatureCreateDatePropertyTerm(java.lang.String dateTerm)
|
void |
setFeatureCVName(java.lang.String featCV)
|
void |
setFeatureOwnerPropertyTerm(java.lang.String ownerTerm)
|
void |
setGenePredictionPrograms(ChadoProgram[] genePredictionPrograms)
|
void |
setId(java.lang.String id)
|
void |
setLogDirectory(java.lang.String path)
|
void |
setOneLevelAnnotTypes(java.util.List features)
Set a list of annotation types that are saved in the Chado database as one-level features. |
void |
setOneLevelResultPrograms(ChadoProgram[] oneLevelResults)
|
void |
setPartOfCvTerm(java.lang.String term)
|
void |
setPolypeptideCdsRelationTerm(java.lang.String term)
Need to set (from chado-adapter.xml) if diff from default |
void |
setPolypeptideTransRelationTerm(java.lang.String term)
Need to set (from chado-adapter.xml) if diff from default |
void |
setPolypeptideType(java.lang.String polypeptideType)
Old SO/SOFA uses "protein", new uses "polypeptide" (default) |
void |
setPropertyTypeCVName(java.lang.String cv)
|
void |
setPureJDBCCopyOnWrite(boolean copyOnWrite)
|
void |
setPureJDBCNoCommit(boolean noCommit)
|
void |
setPureJDBCUseCDS(boolean useCDS)
|
void |
setPureJDBCWriteMode(boolean writeMode)
|
void |
setQueryFeatureIdWithName(boolean newVal)
|
void |
setQueryFeatureIdWithUniquename(boolean newVal)
|
void |
setRelationshipCVName(java.lang.String relCV)
|
void |
setRetrieveAnnotations(boolean retrieveAnnotations)
|
void |
setSearchHitPrograms(ChadoProgram[] searchHitPrograms)
|
void |
setSearchHitsHaveFeatLocs(boolean haveFeatLocs)
|
void |
setSeqDescriptionCVName(java.lang.String cvName)
|
void |
setSeqDescriptionTerm(java.lang.String term)
|
void |
setSeqTypeList(java.util.List seqTypes)
|
void |
setSynonymPropertyTerm(java.lang.String synonymPropertyTerm)
|
void |
setSyntenyRelationshipType(java.lang.String syntenyRelationshipType)
|
void |
setThreeLevelAnnotTypes(java.util.List features)
Set a list of features that are saved in the chado db as three-level features. |
void |
setTransGeneRelationTerm(java.lang.String term)
Need to set (from chado-adapter.xml) if diff from default |
void |
setTranslationStartAndStop(FeatureSet trans,
apollo.dataadapter.chado.jdbc.ChadoCds cds)
Using ChadoCds set the start and stop of translation for a FeatureSet (i.e. |
void |
setTranslationStartAndStop(Transcript trans,
apollo.dataadapter.chado.jdbc.ChadoCds cds)
Just set start of translation, let apollo calculate stop. |
void |
setTransProtRelationTerm(java.lang.String term)
Need to set (from chado-adapter.xml) if diff from default |
void |
setUseSynonyms(boolean useSynonyms)
|
void |
setWritebackTemplateFile(java.lang.String templateFile)
|
boolean |
typeHasStartAndEnd(java.lang.String typeName)
Does type require start & end data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public ParameciumDBChadoInstance()
| Method Detail |
|---|
public java.lang.String getPolypeptideTransRelationTerm()
getPolypeptideTransRelationTerm in interface ChadoInstancepublic java.lang.String getTransGeneRelationTerm()
getTransGeneRelationTerm in interface ChadoInstancepublic java.lang.String getTranscriptTerm()
getTranscriptTerm in interface ChadoInstancepublic java.lang.Long getTranscriptCvTermId()
getTranscriptCvTermId in interface ChadoInstance
public java.lang.String getCdsSql(apollo.dataadapter.chado.jdbc.FeatureLocImplementation featLocImp)
throws apollo.dataadapter.chado.jdbc.RelationshipCVException
ChadoInstance
featLocImp - The region whose CDS features the SQL query should retrieve.
apollo.dataadapter.chado.jdbc.RelationshipCVException
public java.lang.String getPredictedCdsSql(apollo.dataadapter.chado.jdbc.FeatureLocImplementation featLocImp,
ChadoProgram[] chadoPrgs)
throws apollo.dataadapter.chado.jdbc.RelationshipCVException
featLocImp - chadoPrgs - array of chadoProgram
RelationshipCVExceptiongetCdsSql(FeatureLocImplementation)public java.lang.String getGeneNameField()
ChadoInstance
public java.lang.String getTranscriptNameField()
ChadoInstance
public java.lang.String getTargetName(java.lang.String chadoName,
java.lang.String species,
java.lang.String alignType)
chadoName - chado feature.uniquename of the feature/sequencespecies - organism name generated by JdbcChadoAdapter.getOrganismFullNamealignType - cv.name for the leaf alignment/search hit object
public java.lang.String getFeatureType(java.lang.String alignType,
java.lang.String program,
java.lang.String programversion,
java.lang.String targetSp,
java.lang.String sourcename,
java.lang.String featProp)
alignType - cv.name for the leaf alignment/search hit objectprogram - value from analysis.program for the search hitprogramversion - value from analysis.programversion for the searctargetSp - organism name generated by JdbcChadoAdapter.getOrganismFullNamefeatProp - optional featureprop value associated with the search hit
public java.lang.String getFeatureCVName()
getFeatureCVName in interface ChadoInstance
public CurationSet getCurationSetInRange(ChadoAdapter adapter,
java.lang.String seqType,
Region region)
ChadoInstance
adapter - ChadoAdapter on whose behalf the database accesses are to be performed.seqType - cvterm.name that corresponds to the sequence identified by locationregion - The region for which to retrieve data.
location
public CurationSet getCurationSet(ChadoAdapter adapter,
java.lang.String seqType,
java.lang.String topFeatName)
ChadoInstance
adapter - ChadoAdapter on whose behalf the database accesses are to be performed.seqType - cvterm type_id of the sequence identified by featNametopFeatName - Chado feature name of the sequence to be
displayed/annotated in Apollo. Name correlates with seqType.
seqId
public void setTranslationStartAndStop(Transcript trans,
apollo.dataadapter.chado.jdbc.ChadoCds cds)
trans - Transcript whose start and stop should be set.cds - CDS used to determine start and stop
public void setTranslationStartAndStop(FeatureSet trans,
apollo.dataadapter.chado.jdbc.ChadoCds cds)
ChadoInstance
trans - Transcript whose start and stop should be set.cds - CDS used to determine start and stop
public java.lang.String getTranscriptName(FeatureSet tfs,
java.lang.String program)
getTranscriptName in interface ChadoInstancepublic ChadoInstance cloneInstance()
cloneInstance in interface ChadoInstancepublic void setId(java.lang.String id)
setId in interface ChadoInstancepublic void setChadoAdapter(JdbcChadoAdapter jdbcAdapter)
setChadoAdapter in interface ChadoInstancepublic JdbcChadoAdapter getChadoAdapter()
getChadoAdapter in interface ChadoInstanceprotected java.sql.Connection getConnection()
public void setWritebackTemplateFile(java.lang.String templateFile)
setWritebackTemplateFile in interface ChadoInstancepublic java.lang.String getWritebackTemplateFile()
getWritebackTemplateFile in interface ChadoInstancepublic void setPureJDBCWriteMode(boolean writeMode)
setPureJDBCWriteMode in interface ChadoInstancepublic boolean getPureJDBCWriteMode()
getPureJDBCWriteMode in interface ChadoInstancepublic void setPureJDBCCopyOnWrite(boolean copyOnWrite)
setPureJDBCCopyOnWrite in interface ChadoInstancepublic boolean getPureJDBCCopyOnWrite()
getPureJDBCCopyOnWrite in interface ChadoInstancepublic void setPureJDBCNoCommit(boolean noCommit)
setPureJDBCNoCommit in interface ChadoInstancepublic boolean getPureJDBCNoCommit()
getPureJDBCNoCommit in interface ChadoInstancepublic void setPureJDBCUseCDS(boolean useCDS)
setPureJDBCUseCDS in interface ChadoInstancepublic boolean getPureJDBCUseCDS()
getPureJDBCUseCDS in interface ChadoInstancepublic void setLogDirectory(java.lang.String path)
setLogDirectory in interface ChadoInstancepublic java.lang.String getLogDirectory()
getLogDirectory in interface ChadoInstancepublic void setGenePredictionPrograms(ChadoProgram[] genePredictionPrograms)
setGenePredictionPrograms in interface ChadoInstancepublic boolean getUseSynonyms()
getUseSynonyms in interface ChadoInstancepublic void setUseSynonyms(boolean useSynonyms)
setUseSynonyms in interface ChadoInstancepublic ChadoProgram[] getGenePredictionPrograms()
getGenePredictionPrograms in interface ChadoInstancepublic void setSearchHitPrograms(ChadoProgram[] searchHitPrograms)
setSearchHitPrograms in interface ChadoInstancepublic ChadoProgram[] getSearchHitPrograms()
getSearchHitPrograms in interface ChadoInstancepublic void setOneLevelResultPrograms(ChadoProgram[] oneLevelResults)
setOneLevelResultPrograms in interface ChadoInstancepublic ChadoProgram[] getOneLevelResultPrograms()
ChadoInstance
getOneLevelResultPrograms in interface ChadoInstancepublic java.util.List getOneLevelAnnotTypes()
getOneLevelAnnotTypes in interface ChadoInstancepublic void setOneLevelAnnotTypes(java.util.List features)
ChadoInstance
setOneLevelAnnotTypes in interface ChadoInstancefeatures - a list of chado cvterm.namepublic java.util.List getThreeLevelAnnotTypes()
getThreeLevelAnnotTypes in interface ChadoInstancepublic void setThreeLevelAnnotTypes(java.util.List features)
ChadoInstance
setThreeLevelAnnotTypes in interface ChadoInstancefeatures - a list of feature names.public boolean searchHitsHaveFeatLocs()
searchHitsHaveFeatLocs in interface ChadoInstancepublic void setSearchHitsHaveFeatLocs(boolean haveFeatLocs)
setSearchHitsHaveFeatLocs in interface ChadoInstanceprotected java.lang.Long getRelationshipCVTermId(java.lang.String name)
public void setRelationshipCVName(java.lang.String relCV)
setRelationshipCVName in interface ChadoInstancepublic java.lang.String getRelationshipCVName()
getRelationshipCVName in interface ChadoInstancepublic java.lang.String getPartOfCvTerm()
getPartOfCvTerm in interface ChadoInstancepublic void setPartOfCvTerm(java.lang.String term)
setPartOfCvTerm in interface ChadoInstancepublic java.lang.String getTransProtRelationTerm()
getTransProtRelationTerm in interface ChadoInstancepublic void setTransProtRelationTerm(java.lang.String term)
setTransProtRelationTerm in interface ChadoInstancepublic void setTransGeneRelationTerm(java.lang.String term)
setTransGeneRelationTerm in interface ChadoInstancepublic java.lang.String getExonTransRelationTerm()
getExonTransRelationTerm in interface ChadoInstancepublic void setExonTransRelationTerm(java.lang.String term)
setExonTransRelationTerm in interface ChadoInstancepublic java.lang.String getCdsTransRelationTerm()
getCdsTransRelationTerm in interface ChadoInstancepublic void setCdsTransRelationTerm(java.lang.String term)
setCdsTransRelationTerm in interface ChadoInstancepublic java.lang.String getPolypeptideCdsRelationTerm()
getPolypeptideCdsRelationTerm in interface ChadoInstancepublic void setPolypeptideCdsRelationTerm(java.lang.String term)
setPolypeptideCdsRelationTerm in interface ChadoInstancepublic void setPolypeptideTransRelationTerm(java.lang.String term)
setPolypeptideTransRelationTerm in interface ChadoInstance
protected java.lang.Long getProducedByCVTermId()
throws apollo.dataadapter.chado.jdbc.AbstractChadoInstance.ProducedByException
apollo.dataadapter.chado.jdbc.AbstractChadoInstance.ProducedByExceptionpublic void setFeatureCVName(java.lang.String featCV)
setFeatureCVName in interface ChadoInstancepublic void setPolypeptideType(java.lang.String polypeptideType)
setPolypeptideType in interface ChadoInstancepublic java.lang.String getPolypeptideType()
ChadoInstance
getPolypeptideType in interface ChadoInstancepublic void setSyntenyRelationshipType(java.lang.String syntenyRelationshipType)
setSyntenyRelationshipType in interface ChadoInstancepublic java.lang.String getSyntenyRelationshipType()
getSyntenyRelationshipType in interface ChadoInstancepublic void setFeatureOwnerPropertyTerm(java.lang.String ownerTerm)
setFeatureOwnerPropertyTerm in interface ChadoInstancepublic java.lang.String getFeatureOwnerPropertyTerm()
getFeatureOwnerPropertyTerm in interface ChadoInstancepublic void setFeatureCreateDatePropertyTerm(java.lang.String dateTerm)
setFeatureCreateDatePropertyTerm in interface ChadoInstancepublic java.lang.String getFeatureCreateDatePropertyTerm()
getFeatureCreateDatePropertyTerm in interface ChadoInstancepublic void setCommentPropertyTerm(java.lang.String commentTerm)
setCommentPropertyTerm in interface ChadoInstancepublic java.lang.String getCommentPropertyTerm()
getCommentPropertyTerm in interface ChadoInstancepublic java.lang.String getSynonymPropertyTerm()
getSynonymPropertyTerm in interface ChadoInstancepublic void setSynonymPropertyTerm(java.lang.String synonymPropertyTerm)
setSynonymPropertyTerm in interface ChadoInstancepublic java.lang.String getSeqDescriptionCVName()
getSeqDescriptionCVName in interface ChadoInstancepublic void setSeqDescriptionCVName(java.lang.String cvName)
setSeqDescriptionCVName in interface ChadoInstancepublic java.lang.String getSeqDescriptionTerm()
getSeqDescriptionTerm in interface ChadoInstancepublic void setSeqDescriptionTerm(java.lang.String term)
setSeqDescriptionTerm in interface ChadoInstanceprotected java.lang.Long getPolypeptideCVTermId()
protected java.lang.Long getFeatureCVTermId(java.lang.String name)
public void setPropertyTypeCVName(java.lang.String cv)
setPropertyTypeCVName in interface ChadoInstancepublic java.lang.String getPropertyTypeCVName()
getPropertyTypeCVName in interface ChadoInstance
public java.lang.String getAnalysisType(long analysisId,
java.lang.String program,
java.lang.String programversion,
java.lang.String sourcename)
getAnalysisType in interface ChadoInstanceanalysisId - chado analysis.analysis_idprogram - chado analysis.programprogramversion - chado analysis.programversionsourcename - chado analysis.sourcename
public void setCacheAnalysisTable(boolean cache)
setCacheAnalysisTable in interface ChadoInstancepublic boolean cacheAnalysisTable()
cacheAnalysisTable in interface ChadoInstancepublic void setRetrieveAnnotations(boolean retrieveAnnotations)
setRetrieveAnnotations in interface ChadoInstancepublic void setCopyGeneModelsIntoResultTier(boolean copyModels)
setCopyGeneModelsIntoResultTier in interface ChadoInstancepublic boolean getCopyGeneModelsIntoResultTier()
getCopyGeneModelsIntoResultTier in interface ChadoInstancepublic void setQueryFeatureIdWithUniquename(boolean newVal)
setQueryFeatureIdWithUniquename in interface ChadoInstancepublic boolean getQueryFeatureIdWithUniquename()
getQueryFeatureIdWithUniquename in interface ChadoInstancepublic void setQueryFeatureIdWithName(boolean newVal)
setQueryFeatureIdWithName in interface ChadoInstancepublic boolean getQueryFeatureIdWithName()
getQueryFeatureIdWithName in interface ChadoInstance
protected void getAnnotations(java.sql.Connection conn,
SequenceI refSeq,
StrandedFeatureSet sfs,
apollo.dataadapter.chado.jdbc.FeatureLocImplementation featLocImp,
boolean getFeatProps,
boolean getSynonyms,
boolean getDbXRefs,
ChadoAdapter adapter)
public java.util.List getChadoTransMacros()
getChadoTransMacros in interface ChadoInstancepublic void setSeqTypeList(java.util.List seqTypes)
setSeqTypeList in interface ChadoInstancepublic int getSeqTypesSize()
ChadoInstance
getSeqTypesSize in interface ChadoInstancepublic SeqType getSeqType(int i)
ChadoInstance
getSeqType in interface ChadoInstancepublic SeqType getLocationSeqType()
getLocationSeqType in interface ChadoInstancepublic java.lang.String getTopLevelFeatType()
getTopLevelFeatType in interface ChadoInstancepublic void checkForLocation(DataInput dataInput)
checkForLocation in interface ChadoInstancepublic SeqType getSeqType(java.lang.String name)
ChadoInstance
getSeqType in interface ChadoInstancepublic boolean typeHasStartAndEnd(java.lang.String typeName)
ChadoInstance
typeHasStartAndEnd in interface ChadoInstancepublic StrandedFeatureSet getResultStrandedFeatSet()
getResultStrandedFeatSet in interface ChadoInstancepublic StrandedFeatureSet getAnnotStrandedFeatSet()
getAnnotStrandedFeatSet in interface ChadoInstanceprotected void clear()
public apollo.dataadapter.chado.jdbc.FeatureLocImplementation getTopFeatLoc()
getTopFeatLoc in interface ChadoInstance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||