|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Species
| Field Summary | |
|---|---|
static Species[] |
NONE
|
| Method Summary | |
|---|---|
String |
getAttribute(String key)
The network can contain additional implementation specific data. |
double |
getAttributeF(String key)
Short for Double.parsDouble(getAttribute(key)). |
int |
getAttributeI(String key)
Short for Integer.parsInt(getAttribute(key)). |
ReactionCollection |
getCollection()
Returns the reference of the containing network object. |
String |
getID()
The Identifier. |
String |
getName()
The human readable name of the metabolite. |
Reaction[] |
getReactions()
Get a list of Reactions with this metabolite. |
boolean |
isGeneral()
General metabolites are for example "Sugar" or "Amino acid". |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final Species[] NONE
| Method Detail |
|---|
String getAttribute(String key)
$DEPENDSON="FAD"
The method call getAttribute("DEPENDSON") would return "FAD"
double getAttributeF(String key)
int getAttributeI(String key)
String getID()
getID in interface HasIDString getName()
ReactionCollection getCollection()
Reaction[] getReactions()
boolean isGeneral()
|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||