Class DomainBuilder

  • All Implemented Interfaces:
    Analyzer

    @Service
    public class DomainBuilder
    extends Object
    implements Analyzer
    An analyzer that populates repos, including brokers, tariffs, orderbooks, timeslots, and customers
    Author:
    John Collins
    • Constructor Detail

      • DomainBuilder

        public DomainBuilder()
    • Method Detail

      • setup

        public void setup()
        Description copied from interface: Analyzer
        Called before reading the logfile. Returns false on unrecoverable error like unable to open output file.
        Specified by:
        setup in interface Analyzer
      • report

        public void report()
        Description copied from interface: Analyzer
        Called after reading the logfile
        Specified by:
        report in interface Analyzer