public class ConcentrationDeltaIdentifier extends Object
ConcentrationDeltas) (mostly in maps).| Constructor and Description |
|---|
ConcentrationDeltaIdentifier(Updatable updatable,
CellSubsection section,
ChemicalEntity entity)
Creates a new DeltaIdentifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ChemicalEntity |
getEntity()
Returns the chemical entity the delta is assigned to.
|
CellSubsection |
getSubsection()
Returns the cell section the delta is assigned to.
|
Updatable |
getUpdatable()
Returns the object the delta is assigned to.
|
int |
hashCode() |
String |
toString() |
public ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, ChemicalEntity entity)
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.public Updatable getUpdatable()
public CellSubsection getSubsection()
public ChemicalEntity getEntity()
Copyright © 2019. All rights reserved.