Class BriteHierarchy
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg.BriteHierarchy
public class BriteHierarchy extends Object
-
Constructor Summary
Constructors Constructor Description BriteHierarchy() -
Method Summary
Modifier and Type Method Description voidaddBriteEntryToECEntryMap(String ecid, BriteEntry entry)voidaddBriteEntryToEntryMap(String id, BriteEntry entry)HashSet<BriteEntry>getBriteEntryByEC(String ec)Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the given EC numberHashSet<BriteEntry>getBriteEntryById(String id)Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the given IDStringgetDefinition()Map<String,HashSet<BriteEntry>>getECEntriesMap()Map<String,HashSet<BriteEntry>>getEntriesMap()StringgetId()StringgetName()BriteEntrygetRoot()
-
Constructor Details
-
BriteHierarchy
public BriteHierarchy()
-
-
Method Details
-
getName
-
getId
-
getDefinition
-
getRoot
-
getEntriesMap
-
getBriteEntryById
Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the given ID- Parameters:
id-- Returns:
- All brite entries matching the given id
-
addBriteEntryToEntryMap
-
getECEntriesMap
-
getBriteEntryByEC
Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the given EC number- Parameters:
ec- Number- Returns:
- All brite entries matching the given EC number
-
addBriteEntryToECEntryMap
-