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 void
addBriteEntryToECEntryMap(String ecid, BriteEntry entry)
void
addBriteEntryToEntryMap(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 IDString
getDefinition()
Map<String,HashSet<BriteEntry>>
getECEntriesMap()
Map<String,HashSet<BriteEntry>>
getEntriesMap()
String
getId()
String
getName()
BriteEntry
getRoot()
-
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
-