public class StaticReactantBehavior extends Object implements ReactantBehavior
| Constructor and Description |
|---|
StaticReactantBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCatalyst(Reactant catalyst) |
void |
addProduct(Reactant product) |
void |
addReactant(Reactant reactant) |
void |
addSubstrate(Reactant substrate) |
List<ReactantSet> |
generateReactantSets(Updatable updatable) |
List<Reactant> |
getCatalysts() |
List<Reactant> |
getProducts() |
List<ChemicalEntity> |
getReferencedEntities() |
List<Reactant> |
getSubstrates() |
void |
setCatalysts(List<Reactant> catalysts) |
void |
setProducts(List<Reactant> products) |
void |
setSubstrates(List<Reactant> substrates) |
public List<Reactant> getSubstrates()
getSubstrates in interface ReactantBehaviorpublic void addSubstrate(Reactant substrate)
public List<Reactant> getProducts()
getProducts in interface ReactantBehaviorpublic void addProduct(Reactant product)
public List<Reactant> getCatalysts()
getCatalysts in interface ReactantBehaviorpublic void addCatalyst(Reactant catalyst)
public void addReactant(Reactant reactant)
addReactant in interface ReactantBehaviorpublic List<ReactantSet> generateReactantSets(Updatable updatable)
generateReactantSets in interface ReactantBehaviorpublic List<ChemicalEntity> getReferencedEntities()
getReferencedEntities in interface ReactantBehaviorCopyright © 2019. All rights reserved.