|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ControlType>
org.biopax.paxtools.model.level3.ControlType
public enum ControlType
Defines the nature of the control relationship between the controller and the controlled entities.
| Enum Constant Summary | |
|---|---|
ACTIVATION
General activation. |
|
ACTIVATION_ALLOSTERIC
Allosteric activators increase the specified enzyme activity by binding reversibly to the enzyme and inducing a conformational change that increases the affinity of the enzyme to its substrates without affecting its VMAX. |
|
ACTIVATION_NONALLOSTERIC
Nonallosteric activators increase the specified enzyme activity by means other than allosteric. |
|
ACTIVATION_UNKMECH
Deprecated. LEVEL 1 workaround |
|
INHIBITION
General inhibition. |
|
INHIBITION_ALLOSTERIC
Allosteric inhibitors decrease the specified enzyme activity by binding reversibly to the enzyme and inducing a conformational change that decreases the affinity of the enzyme to its substrates without affecting its VMAX. |
|
INHIBITION_COMPETITIVE
Competitive inhibitors are compounds that competitively inhibit the specified enzyme activity by binding reversibly to the enzyme and preventing the substrate from binding. |
|
INHIBITION_IRREVERSIBLE
Irreversible inhibitors are compounds that irreversibly inhibit the specified enzyme activity by binding to the enzyme and dissociating so slowly that it is considered irreversible. |
|
INHIBITION_NONCOMPETITIVE
Noncompetitive inhibitors are compounds that noncompetitively inhibit the specified enzyme by binding reversibly to both the free enzyme and to the enzyme-substrate complex. |
|
INHIBITION_OTHER
Compounds that inhibit the specified enzyme activity by a mechanism that has been characterized, but that cannot be clearly classified as irreversible, competitive, noncompetitive, uncompetitive, or allosteric. |
|
INHIBITION_UNCOMPETITIVE
Uncompetitive inhibitors are compounds that uncompetitively inhibit the specified enzyme activity by binding reversibly to the enzyme-substrate complex but not to the enzyme alone. |
|
INHIBITION_UNKMECH
Deprecated. LEVEL 1 workaround |
|
| Method Summary | |
|---|---|
static ControlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ControlType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ControlType ACTIVATION
public static final ControlType INHIBITION
public static final ControlType ACTIVATION_UNKMECH
public static final ControlType INHIBITION_UNKMECH
public static final ControlType INHIBITION_ALLOSTERIC
public static final ControlType INHIBITION_COMPETITIVE
public static final ControlType INHIBITION_IRREVERSIBLE
public static final ControlType INHIBITION_NONCOMPETITIVE
public static final ControlType INHIBITION_OTHER
public static final ControlType INHIBITION_UNCOMPETITIVE
public static final ControlType ACTIVATION_NONALLOSTERIC
public static final ControlType ACTIVATION_ALLOSTERIC
| Method Detail |
|---|
public static ControlType[] values()
for (ControlType c : ControlType.values()) System.out.println(c);
public static ControlType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||