Class KoEntry
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg.KoEntry
- All Implemented Interfaces:
Comparable<KoEntry>
public class KoEntry extends Object implements Comparable<KoEntry>
- Author:
- Christian Klukas (c) 2006 IPK-Gatersleben
-
Constructor Summary
Constructors Constructor Description KoEntry()
-
Method Summary
Modifier and Type Method Description void
addBriteEntry(String briteName, Set<BriteEntry> entry)
void
addDbLinkValue(String dbKey, String linkvalue)
void
addGeneForSpecies(String speciesKey, String geneId)
int
compareTo(KoEntry o)
boolean
equals(Object obj)
HashMap<String,HashSet<String>>
getDbLinkId2Values()
HashSet<String>
getGeneIDs(String orgCode)
Collection<String>
getKoDbLinks()
Collection<String>
getKoDbLinks(String dbLinkId)
String
getKoDefinition()
String
getKoID()
String
getKoName()
Set<String>
getOrganismCodes()
Set<String>
getOrganismCodesForGeneID(String altId)
boolean
hasGeneMapping(String orgCode, String gene)
int
hashCode()
boolean
isValid()
void
setKodefinition(String kodefinition)
void
setKoentryID(String koentryID)
void
setKoname(String koname)
String
toString()
-
Constructor Details
-
KoEntry
public KoEntry()
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
isValid
public boolean isValid() -
getKoID
-
getKoName
-
getKoDefinition
-
setKoentryID
-
setKoname
-
setKodefinition
-
getDbLinkId2Values
-
addDbLinkValue
-
addGeneForSpecies
-
addBriteEntry
-
getKoDbLinks
-
getKoDbLinks
-
getGeneIDs
-
getOrganismCodes
-
hasGeneMapping
-
compareTo
- Specified by:
compareTo
in interfaceComparable<KoEntry>
-
getOrganismCodesForGeneID
-