Class TickSnapshot


  • public class TickSnapshot
    extends Object
    A model object used for storing per-tick (i.e., time slot) values. The object is pushed to the front-end where the processing (e.g., assembly of graphs) takes place.
    Author:
    Jurica Babic, Govert Buijs, Erik Kemperman
    • Constructor Detail

      • TickSnapshot

        public TickSnapshot()
      • TickSnapshot

        public TickSnapshot​(long timeInstance,
                            int timeSlot)
    • Method Detail

      • getTimeInstance

        public long getTimeInstance()
      • setTimeInstance

        public void setTimeInstance​(long timeInstance)
      • getTimeSlot

        public int getTimeSlot()
      • setTimeSlot

        public void setTimeSlot​(int timeSlot)
      • setTickValueBrokers

        public void setTickValueBrokers​(List<TickValueBroker> tickValueBrokers)
      • setTickValueCustomers

        public void setTickValueCustomers​(List<TickValueCustomer> tickValueCustomers)