Package bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants
Interface ReactantBehavior
-
- All Known Implementing Classes:
RuleBasedReactantBehavior,StaticReactantBehavior
public interface ReactantBehavior- Author:
- cl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddReactant(Reactant reactant)List<Reactant>getCatalysts()List<Reactant>getProducts()List<ReactantSet>getReactantSets()List<ChemicalEntity>getReferencedEntities()List<Reactant>getSubstrates()
-
-
-
Method Detail
-
getReactantSets
List<ReactantSet> getReactantSets()
-
getReferencedEntities
List<ChemicalEntity> getReferencedEntities()
-
addReactant
void addReactant(Reactant reactant)
-
-