biouml.standard.type
Interface ReactionType
- All Known Implementing Classes:
- EnzymaticReaction, Expression, Transport
- public interface ReactionType
Stub
- todo implementation
| Field Summary |
final static String | CHEMICAL_REACTION Chemical reaction is either complex formation, dissociation, catalysis or inhibited catalysis. |
final static String | SEMANTIC_REACTION Semantic reactions are used when the exact mechanism of signal tranduction is not known. |
final static String | TRANSPORT Tranport (translocation) of molecule from one cell or organism compartment to enother. |
CHEMICAL_REACTION
public final static String CHEMICAL_REACTION
- Chemical reaction is either complex formation, dissociation, catalysis or inhibited catalysis.
SEMANTIC_REACTION
public final static String SEMANTIC_REACTION
- Semantic reactions are used when the exact mechanism of signal tranduction is not known.
TRANSPORT
public final static String TRANSPORT
- Tranport (translocation) of molecule from one cell or organism compartment to enother.
getTypeName
public String getTypeName()
to Class java.lang.String- Semantic reactions are used when the exact mechanism of signal tranduction is not known.
to Class java.lang.String
- Chemical reaction is either complex formation, dissociation, catalysis or inhibited catalysis.
to Class java.lang.String
- Tranport (translocation) of molecule from one cell or organism compartment to enother.
BOTTOM