Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg.BriteEntry
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg |
-
Uses of BriteEntry in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg that return BriteEntry Modifier and Type Method Description BriteEntry
BriteEntry. getParent()
BriteEntry
BriteHierarchy. getRoot()
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg that return types with arguments of type BriteEntry Modifier and Type Method Description HashSet<BriteEntry>
BriteHierarchy. getBriteEntryByEC(String ec)
Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the given EC numberHashSet<BriteEntry>
BriteHierarchy. getBriteEntryById(String id)
Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the given IDHashSet<BriteEntry>
KeggBriteService. getBriteEntryForHierarchyByEC(String briteId, String ec)
Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the It is a convenience method.HashSet<BriteEntry>
KeggBriteService. getBriteEntryForHierarchyByID(String briteId, String id)
Method to get all Brite Entries (Leaf nodes in the hierarchy) that match the given ID It is a convenience method.List<BriteEntry>
BriteEntry. getChildren()
Map<String,HashSet<BriteEntry>>
BriteHierarchy. getECEntriesMap()
Map<String,HashSet<BriteEntry>>
BriteHierarchy. getEntriesMap()
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg with parameters of type BriteEntry Modifier and Type Method Description void
BriteHierarchy. addBriteEntryToECEntryMap(String ecid, BriteEntry entry)
void
BriteHierarchy. addBriteEntryToEntryMap(String id, BriteEntry entry)
void
BriteEntry. addChild(BriteEntry entry)
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg with type arguments of type BriteEntry Modifier and Type Method Description void
KoEntry. addBriteEntry(String briteName, Set<BriteEntry> entry)
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.kegg with parameters of type BriteEntry Constructor Description BriteEntry(BriteEntry parent, String kOId, String name, Set<String> setEC, String pathId)