HEADER

biouml.standard.type
Interface ReactionType

All Known Implementing Classes:
EnzymaticReaction, Expression, Transport

public interface ReactionType

Stub

todo implementation

Field Summary
 final static StringCHEMICAL_REACTION
          Chemical reaction is either complex formation, dissociation, catalysis or inhibited catalysis.
 final static StringSEMANTIC_REACTION
          Semantic reactions are used when the exact mechanism of signal tranduction is not known.
 final static StringTRANSPORT
          Tranport (translocation) of molecule from one cell or organism compartment to enother.

Method Summary
 StringgetTypeName()
           

Field Detail

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.
Method Detail

getTypeName

public String getTypeName()

Association Links

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.

FOOTER

BOTTOM