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 voidaddBriteEntry(String briteName, Set<BriteEntry> entry)voidaddDbLinkValue(String dbKey, String linkvalue)voidaddGeneForSpecies(String speciesKey, String geneId)intcompareTo(KoEntry o)booleanequals(Object obj)HashMap<String,HashSet<String>>getDbLinkId2Values()HashSet<String>getGeneIDs(String orgCode)Collection<String>getKoDbLinks()Collection<String>getKoDbLinks(String dbLinkId)StringgetKoDefinition()StringgetKoID()StringgetKoName()Set<String>getOrganismCodes()Set<String>getOrganismCodesForGeneID(String altId)booleanhasGeneMapping(String orgCode, String gene)inthashCode()booleanisValid()voidsetKodefinition(String kodefinition)voidsetKoentryID(String koentryID)voidsetKoname(String koname)StringtoString()
-
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:
compareToin interfaceComparable<KoEntry>
-
getOrganismCodesForGeneID
-