public interface Updatable
| Modifier and Type | Method and Description |
|---|---|
void |
addPotentialDelta(ConcentrationDelta delta) |
void |
applyDeltas() |
void |
clearPotentialConcentrationDeltas() |
void |
clearPotentialDeltasBut(UpdateModule module) |
Set<CellSubsection> |
getAllReferencedSections() |
CellRegion |
getCellRegion() |
javax.measure.Quantity<MolarConcentration> |
getConcentration(CellSubsection cellSection,
ChemicalEntity chemicalEntity) |
ConcentrationContainer |
getConcentrationContainer() |
List<ConcentrationDelta> |
getPotentialSpatialDeltas() |
String |
getStringIdentifier() |
boolean |
hasDeltas() |
boolean |
isObserved() |
void |
setObserved(boolean observed) |
void |
shiftDeltas() |
String getStringIdentifier()
ConcentrationContainer getConcentrationContainer()
javax.measure.Quantity<MolarConcentration> getConcentration(CellSubsection cellSection, ChemicalEntity chemicalEntity)
CellRegion getCellRegion()
Set<CellSubsection> getAllReferencedSections()
List<ConcentrationDelta> getPotentialSpatialDeltas()
void addPotentialDelta(ConcentrationDelta delta)
void clearPotentialConcentrationDeltas()
void clearPotentialDeltasBut(UpdateModule module)
void shiftDeltas()
void applyDeltas()
boolean hasDeltas()
void setObserved(boolean observed)
boolean isObserved()
Copyright © 2018. All rights reserved.