Uses of Class
neqsim.process.controllerdevice.ControllerEvent
Packages that use ControllerEvent
-
Uses of ControllerEvent in neqsim.process.controllerdevice
Fields in neqsim.process.controllerdevice with type parameters of type ControllerEventModifier and TypeFieldDescriptionprivate List<ControllerEvent> ControllerDeviceBaseClass.eventLogMethods in neqsim.process.controllerdevice that return types with arguments of type ControllerEventModifier and TypeMethodDescriptionControllerDeviceBaseClass.getEventLog()Retrieve the controller event log.default List<ControllerEvent> ControllerDeviceInterface.getEventLog()Retrieve the controller event log.Method parameters in neqsim.process.controllerdevice with type arguments of type ControllerEventModifier and TypeMethodDescriptionprivate doubleControllerDeviceBaseClass.averageOfLast(int count, ToDoubleFunction<ControllerEvent> extractor) Calculate the average value of theControllerEventproperties for the last entries in the event log.