public class FieldSupplier extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clearDeltas()
Clears all full end half deltas.
|
ChemicalEntity |
getCurrentEntity()
Returns the current chemical entity.
|
Map<ConcentrationDeltaIdentifier,ConcentrationDelta> |
getCurrentFullDeltas()
Returns all currently available full deltas.
|
Map<ConcentrationDeltaIdentifier,ConcentrationDelta> |
getCurrentHalfDeltas()
Returns all currently available half deltas.
|
CellSubsection |
getCurrentSubsection()
Returns the current subsection.
|
Updatable |
getCurrentUpdatable()
Returns the current updatable.
|
LocalError |
getLargestLocalError()
Returns the largest error as of yet.
|
boolean |
isStrutCalculation()
Returns the current state of calculations.
|
void |
resetError()
Resets the error to the minimal error.
|
void |
setCurrentEntity(ChemicalEntity entity)
Sets the current chemical entity.
|
void |
setCurrentSubsection(CellSubsection subsection)
Sets the current subsection.
|
void |
setCurrentUpdatable(Updatable updatable)
Sets the current updatable.
|
void |
setLargestLocalError(LocalError largestLocalError)
Sets the largest error as of yet.
|
void |
setStrutCalculation(boolean strutCalculation)
Sets the current state of calculation.
|
String |
toString() |
public Updatable getCurrentUpdatable()
public void setCurrentUpdatable(Updatable updatable)
updatable - The current updatable.public CellSubsection getCurrentSubsection()
public void setCurrentSubsection(CellSubsection subsection)
subsection - The current subsection.public ChemicalEntity getCurrentEntity()
public void setCurrentEntity(ChemicalEntity entity)
entity - The current chemical entity.public Map<ConcentrationDeltaIdentifier,ConcentrationDelta> getCurrentFullDeltas()
public Map<ConcentrationDeltaIdentifier,ConcentrationDelta> getCurrentHalfDeltas()
public LocalError getLargestLocalError()
public void setLargestLocalError(LocalError largestLocalError)
largestLocalError - the largest error as of yet.public void resetError()
public boolean isStrutCalculation()
public void setStrutCalculation(boolean strutCalculation)
strutCalculation - The current state of calculation.public void clearDeltas()
Copyright © 2018. All rights reserved.