public class IntEnzDbStatistics extends Object implements IIntEnzStatistics
| Constructor and Description |
|---|
IntEnzDbStatistics(Connection con) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClasses() |
Map<String,Map<Boolean,Integer>> |
getEnzymesByStatus()
Retrieves the number of enzymes by status.
|
Map<uk.ac.ebi.intenz.domain.constants.XrefDatabaseConstant,XrefsStats> |
getLinks() |
Date |
getReleaseDate() |
int |
getReleaseNumber() |
int |
getSubclasses() |
int |
getSubSubclasses() |
int |
getSynonyms() |
Map<uk.ac.ebi.intenz.domain.constants.XrefDatabaseConstant,XrefsStats> |
getXrefs() |
void |
setConnection(Connection con) |
void |
updateStatistics() |
public IntEnzDbStatistics(Connection con) throws IOException, SQLException, uk.ac.ebi.intenz.domain.exceptions.DomainException
IOExceptionSQLExceptionuk.ac.ebi.intenz.domain.exceptions.DomainExceptionpublic int getReleaseNumber()
getReleaseNumber in interface IIntEnzStatisticspublic Date getReleaseDate()
getReleaseDate in interface IIntEnzStatisticspublic int getClasses()
getClasses in interface IIntEnzStatisticspublic int getSubclasses()
getSubclasses in interface IIntEnzStatisticspublic int getSubSubclasses()
getSubSubclasses in interface IIntEnzStatisticspublic Map<String,Map<Boolean,Integer>> getEnzymesByStatus()
IIntEnzStatisticsgetEnzymesByStatus in interface IIntEnzStatisticspublic int getSynonyms()
getSynonyms in interface IIntEnzStatisticspublic Map<uk.ac.ebi.intenz.domain.constants.XrefDatabaseConstant,XrefsStats> getXrefs()
getXrefs in interface IIntEnzStatisticspublic Map<uk.ac.ebi.intenz.domain.constants.XrefDatabaseConstant,XrefsStats> getLinks()
getLinks in interface IIntEnzStatisticspublic void setConnection(Connection con) throws IOException, SQLException
IOExceptionSQLExceptionpublic void updateStatistics()
throws SQLException,
uk.ac.ebi.intenz.domain.exceptions.DomainException
SQLExceptionuk.ac.ebi.intenz.domain.exceptions.DomainExceptionCopyright © 2014 EMBL-EBI. All rights reserved.