public class AcSpeciesToReactionConstraints extends Object implements Serializable
| Constructor and Description |
|---|
AcSpeciesToReactionConstraints() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFixedAssocsNum(AcSpeciesAssociationType assocType) |
Integer |
getFixedCatalystAssocsNum() |
Integer |
getFixedInhibitorAssocsNum() |
Integer |
getFixedProductAssocsNum() |
Integer |
getFixedReactantAssocsNum() |
com.banda.math.domain.rand.RandomDistribution<Double> |
getRandomAssocsNumDistribution(AcSpeciesAssociationType assocType) |
com.banda.math.domain.rand.RandomDistribution<Double> |
getRandomCatalystAssocsNumDistribution() |
com.banda.math.domain.rand.RandomDistribution<Double> |
getRandomInhibitorAssocsNumDistribution() |
com.banda.math.domain.rand.RandomDistribution<Double> |
getRandomProductAssocsNumDistribution() |
com.banda.math.domain.rand.RandomDistribution<Double> |
getRandomReactantAssocsNumDistribution() |
Integer |
getReactantMultiplicity() |
void |
setFixedCatalystAssocsNum(Integer fixedCatalystAssocsNum) |
void |
setFixedInhibitorAssocsNum(Integer fixedInhibitorAssocsNum) |
void |
setFixedProductAssocsNum(Integer fixedProductAssocsNum) |
void |
setFixedReactantAssocsNum(Integer fixedReactantAssocsNum) |
void |
setRandomCatalystAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomCatalystAssocsNumDistribution) |
void |
setRandomInhibitorAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomInhibitorAssocsNumDistribution) |
void |
setRandomProductAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomProductAssocsNumDistribution) |
void |
setRandomReactantAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomReactantAssocsNumDistribution) |
void |
setReactantMultiplicity(Integer reactantMultiplicity) |
String |
toString() |
public Integer getFixedReactantAssocsNum()
public void setFixedReactantAssocsNum(Integer fixedReactantAssocsNum)
public Integer getFixedProductAssocsNum()
public void setFixedProductAssocsNum(Integer fixedProductAssocsNum)
public Integer getFixedCatalystAssocsNum()
public void setFixedCatalystAssocsNum(Integer fixedCatalystAssocsNum)
public Integer getFixedInhibitorAssocsNum()
public void setFixedInhibitorAssocsNum(Integer fixedInhibitorAssocsNum)
public com.banda.math.domain.rand.RandomDistribution<Double> getRandomReactantAssocsNumDistribution()
public void setRandomReactantAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomReactantAssocsNumDistribution)
public com.banda.math.domain.rand.RandomDistribution<Double> getRandomProductAssocsNumDistribution()
public void setRandomProductAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomProductAssocsNumDistribution)
public com.banda.math.domain.rand.RandomDistribution<Double> getRandomCatalystAssocsNumDistribution()
public void setRandomCatalystAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomCatalystAssocsNumDistribution)
public com.banda.math.domain.rand.RandomDistribution<Double> getRandomInhibitorAssocsNumDistribution()
public void setRandomInhibitorAssocsNumDistribution(com.banda.math.domain.rand.RandomDistribution<Double> randomInhibitorAssocsNumDistribution)
public Integer getReactantMultiplicity()
public void setReactantMultiplicity(Integer reactantMultiplicity)
public com.banda.math.domain.rand.RandomDistribution<Double> getRandomAssocsNumDistribution(AcSpeciesAssociationType assocType)
public Integer getFixedAssocsNum(AcSpeciesAssociationType assocType)
Copyright © 2019. All Rights Reserved.