public class AcReactionToSpeciesConstraints extends Object implements Serializable
| Constructor and Description |
|---|
AcReactionToSpeciesConstraints() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxCatalystsNum() |
Integer |
getMaxInhibitorsNum() |
Integer |
getMaxProductsNum() |
Integer |
getMaxReactantsNum() |
Integer |
getMaxSpeciesAssocsNum(AcSpeciesAssociationType assocType) |
Integer |
getMinCatalystsNum() |
Integer |
getMinInhibitorsNum() |
Integer |
getMinProductsNum() |
Integer |
getMinReactantsNum() |
Integer |
getMinSpeciesAssocsNum(AcSpeciesAssociationType assocType) |
void |
setMaxCatalystsNum(Integer maxCatalystsNum) |
void |
setMaxInhibitorsNum(Integer maxInhibitorsNum) |
void |
setMaxProductsNum(Integer maxProductsNum) |
void |
setMaxReactantsNum(Integer maxReactantsNum) |
void |
setMinCatalystsNum(Integer minCatalystsNum) |
void |
setMinInhibitorsNum(Integer minInhibitorsNum) |
void |
setMinProductsNum(Integer minProductsNum) |
void |
setMinReactantsNum(Integer minReactantsNum) |
String |
toString() |
public Integer getMaxReactantsNum()
public void setMaxReactantsNum(Integer maxReactantsNum)
public Integer getMaxProductsNum()
public void setMaxProductsNum(Integer maxProductsNum)
public Integer getMaxCatalystsNum()
public void setMaxCatalystsNum(Integer maxCatalystsNum)
public Integer getMaxInhibitorsNum()
public void setMaxInhibitorsNum(Integer maxInhibitorsNum)
public Integer getMinReactantsNum()
public void setMinReactantsNum(Integer minReactantsNum)
public Integer getMinProductsNum()
public void setMinProductsNum(Integer minProductsNum)
public Integer getMinCatalystsNum()
public void setMinCatalystsNum(Integer minCatalystsNum)
public Integer getMinInhibitorsNum()
public void setMinInhibitorsNum(Integer minInhibitorsNum)
public Integer getMaxSpeciesAssocsNum(AcSpeciesAssociationType assocType)
public Integer getMinSpeciesAssocsNum(AcSpeciesAssociationType assocType)
Copyright © 2015. All Rights Reserved.