public interface UpdateModule
| Modifier and Type | Method and Description |
|---|---|
void |
calculateUpdates() |
void |
checkFeatures() |
String |
getIdentifier() |
Set<ChemicalEntity> |
getReferencedEntities() |
Set<Class<? extends Feature>> |
getRequiredFeatures() |
<FeatureContentType extends javax.measure.Quantity<FeatureContentType>> |
getScaledFeature(Class<? extends ScalableFeature<FeatureContentType>> featureClass) |
ModuleState |
getState() |
String |
getStringForProtocol() |
void |
onCompletion() |
void |
onReset() |
void |
optimizeTimeStep() |
void |
resetState() |
void |
scaleScalableFeatures() |
void calculateUpdates()
ModuleState getState()
void resetState()
void scaleScalableFeatures()
<FeatureContentType extends javax.measure.Quantity<FeatureContentType>> javax.measure.Quantity<FeatureContentType> getScaledFeature(Class<? extends ScalableFeature<FeatureContentType>> featureClass)
void optimizeTimeStep()
Set<ChemicalEntity> getReferencedEntities()
void checkFeatures()
String getIdentifier()
String getStringForProtocol()
void onReset()
void onCompletion()
Copyright © 2018. All rights reserved.