Uses of Class
bio.singa.simulation.model.simulation.error.ErrorManager.Reason
-
Packages that use ErrorManager.Reason Package Description bio.singa.simulation.model.simulation.error -
-
Uses of ErrorManager.Reason in bio.singa.simulation.model.simulation.error
Methods in bio.singa.simulation.model.simulation.error that return ErrorManager.Reason Modifier and Type Method Description static ErrorManager.ReasonErrorManager.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorManager.Reason[]ErrorManager.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in bio.singa.simulation.model.simulation.error that return types with arguments of type ErrorManager.Reason Modifier and Type Method Description List<bio.singa.core.events.UpdateEventListener<ErrorManager.Reason>>TimeStepManager. getListeners()Methods in bio.singa.simulation.model.simulation.error with parameters of type ErrorManager.Reason Modifier and Type Method Description static voidTimeStepManager. decreaseTimeStep(ErrorManager.Reason reason)voidGlobalDisplacementDeviationManager. onEventReceived(ErrorManager.Reason reason)voidGlobalNumericalErrorManager. onEventReceived(ErrorManager.Reason reason)Method parameters in bio.singa.simulation.model.simulation.error with type arguments of type ErrorManager.Reason Modifier and Type Method Description static voidTimeStepManager. addListener(bio.singa.core.events.UpdateEventListener<ErrorManager.Reason> listener)
-