Class ConcentrationDeltaIdentifier
- java.lang.Object
-
- bio.singa.simulation.model.modules.concentration.ConcentrationDeltaIdentifier
-
public class ConcentrationDeltaIdentifier extends Object
Used to identify changes to concentrations (ConcentrationDeltas) (mostly in maps).- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, ChemicalEntity entity)Creates a new DeltaIdentifier.ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, String reference, ChemicalEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ChemicalEntitygetEntity()Returns the chemical entity the delta is assigned to.StringgetReference()CellSubsectiongetSubsection()Returns the cell section the delta is assigned to.UpdatablegetUpdatable()Returns the object the delta is assigned to.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ConcentrationDeltaIdentifier
public ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, ChemicalEntity entity)
Creates a new DeltaIdentifier.- Parameters:
updatable- The object the delta is assigned to.section- The cell section the delta is assigned to.entity- The entity the delta is assigned to.
-
ConcentrationDeltaIdentifier
public ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, String reference, ChemicalEntity entity)
-
-
Method Detail
-
getUpdatable
public Updatable getUpdatable()
Returns the object the delta is assigned to.- Returns:
- The object the delta is assigned to.
-
getSubsection
public CellSubsection getSubsection()
Returns the cell section the delta is assigned to.- Returns:
- The cell section the delta is assigned to.
-
getEntity
public ChemicalEntity getEntity()
Returns the chemical entity the delta is assigned to.- Returns:
- The chemical entity the delta is assigned to.
-
getReference
public String getReference()
-
-