Class CeresSolver.EventLogger

  • Enclosing class:
    CeresSolver

    class CeresSolver.EventLogger
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLogger​(java.lang.String logger_name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void AddEvent​(java.lang.String event_name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start_time_

        private double start_time_
      • last_event_time_

        private double last_event_time_
      • events_

        java.lang.String events_
    • Constructor Detail

      • EventLogger

        public EventLogger​(java.lang.String logger_name)
    • Method Detail

      • AddEvent

        public void AddEvent​(java.lang.String event_name)