MoEProperties constructor

MoEProperties()

Implementation

MoEProperties()
    : this.generalAttributes = new Map(),
      this.locationAttributes = new Map(),
      this.dateTimeAttributes = new Map(),
      this.isNonInteractive = false;