Package bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants
Class StaticReactantBehavior
- java.lang.Object
-
- bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants.StaticReactantBehavior
-
- All Implemented Interfaces:
ReactantBehavior
public class StaticReactantBehavior extends Object implements ReactantBehavior
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description StaticReactantBehavior()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCatalyst(Reactant catalyst)voidaddProduct(Reactant product)voidaddReactant(Reactant reactant)voidaddSubstrate(Reactant substrate)List<Reactant>getCatalysts()List<Reactant>getProducts()List<ReactantSet>getReactantSets()List<ChemicalEntity>getReferencedEntities()List<Reactant>getSubstrates()voidsetCatalysts(List<Reactant> catalysts)voidsetProducts(List<Reactant> products)voidsetSubstrates(List<Reactant> substrates)
-
-
-
Method Detail
-
getSubstrates
public List<Reactant> getSubstrates()
- Specified by:
getSubstratesin interfaceReactantBehavior
-
addSubstrate
public void addSubstrate(Reactant substrate)
-
getProducts
public List<Reactant> getProducts()
- Specified by:
getProductsin interfaceReactantBehavior
-
addProduct
public void addProduct(Reactant product)
-
getCatalysts
public List<Reactant> getCatalysts()
- Specified by:
getCatalystsin interfaceReactantBehavior
-
addCatalyst
public void addCatalyst(Reactant catalyst)
-
addReactant
public void addReactant(Reactant reactant)
- Specified by:
addReactantin interfaceReactantBehavior
-
getReactantSets
public List<ReactantSet> getReactantSets()
- Specified by:
getReactantSetsin interfaceReactantBehavior
-
getReferencedEntities
public List<ChemicalEntity> getReferencedEntities()
- Specified by:
getReferencedEntitiesin interfaceReactantBehavior
-
-