public class DynamicReactantBehavior extends Object implements ReactantBehavior
| Constructor and Description |
|---|
DynamicReactantBehavior() |
public List<Reactant> getSubstrates()
getSubstrates in interface ReactantBehaviorpublic void addStaticSubstrate(Reactant substrate)
public List<Reactant> getProducts()
getProducts in interface ReactantBehaviorpublic void addStaticProduct(Reactant product)
public List<Reactant> getCatalysts()
getCatalysts in interface ReactantBehaviorpublic void addStaticCatalyst(Reactant catalyst)
public List<DynamicChemicalEntity> getDynamicSubstrates()
public void addDynamicSubstrate(DynamicChemicalEntity dynamicSubstrate)
public void setDynamicSubstrates(List<DynamicChemicalEntity> dynamicSubstrates)
public boolean isDynamicComplex()
public void setDynamicComplex(boolean dynamicComplex)
public Map<String,List<ComplexModification>> getDynamicProducts()
public void addDynamicProduct(String dynamicSubstrate, ComplexModification modification)
public void addDynamicProduct(String dynamicSubstrate, List<ComplexModification> modifications)
public void addTargetTopology(ChemicalEntity splitTargetEntity, CellTopology targetTopology)
public Map<ChemicalEntity,CellTopology> getTargetTopologies()
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.