Uses of Class
bio.singa.simulation.model.simulation.error.DisplacementDeviation
-
Packages that use DisplacementDeviation Package Description bio.singa.simulation.model.modules.displacement bio.singa.simulation.model.simulation.error -
-
Uses of DisplacementDeviation in bio.singa.simulation.model.modules.displacement
Methods in bio.singa.simulation.model.modules.displacement that return DisplacementDeviation Modifier and Type Method Description DisplacementDeviationDisplacementBasedModule. determineLocalDeviation() -
Uses of DisplacementDeviation in bio.singa.simulation.model.simulation.error
Fields in bio.singa.simulation.model.simulation.error declared as DisplacementDeviation Modifier and Type Field Description static DisplacementDeviationDisplacementDeviation. MAXIMAL_NEGATIVE_DEVIATIONIf reference value is larger then current displacement, the deviation is small (below zero).static DisplacementDeviationDisplacementDeviation. MAXIMAL_POSITIVE_DEVIATIONIf reference value is smaller then current displacement, the deviation is large (above zero).static DisplacementDeviationDisplacementDeviation. MINIMAL_DEVIATIONIf reference value is equal to the current displacement, the deviation is zero.Methods in bio.singa.simulation.model.simulation.error that return DisplacementDeviation Modifier and Type Method Description DisplacementDeviationGlobalDisplacementDeviationManager. getDeviation()DisplacementDeviationErrorManager. getGlobalDisplacementDeviation()DisplacementDeviationErrorManager. getLocalDisplacementDeviation()Methods in bio.singa.simulation.model.simulation.error with parameters of type DisplacementDeviation Modifier and Type Method Description voidErrorManager. setLargestLocalDisplacementDeviation(DisplacementDeviation localDeviation, UpdateModule associatedModule)
-