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
IOException
SQLException
uk.ac.ebi.intenz.domain.exceptions.DomainException
public int getReleaseNumber()
getReleaseNumber
in interface IIntEnzStatistics
public Date getReleaseDate()
getReleaseDate
in interface IIntEnzStatistics
public int getClasses()
getClasses
in interface IIntEnzStatistics
public int getSubclasses()
getSubclasses
in interface IIntEnzStatistics
public int getSubSubclasses()
getSubSubclasses
in interface IIntEnzStatistics
public Map<String,Map<Boolean,Integer>> getEnzymesByStatus()
IIntEnzStatistics
getEnzymesByStatus
in interface IIntEnzStatistics
public int getSynonyms()
getSynonyms
in interface IIntEnzStatistics
public Map<uk.ac.ebi.intenz.domain.constants.XrefDatabaseConstant,XrefsStats> getXrefs()
getXrefs
in interface IIntEnzStatistics
public Map<uk.ac.ebi.intenz.domain.constants.XrefDatabaseConstant,XrefsStats> getLinks()
getLinks
in interface IIntEnzStatistics
public void setConnection(Connection con) throws IOException, SQLException
IOException
SQLException
public void updateStatistics() throws SQLException, uk.ac.ebi.intenz.domain.exceptions.DomainException
SQLException
uk.ac.ebi.intenz.domain.exceptions.DomainException
Copyright © 2014 EMBL-EBI. All rights reserved.