Esempio n. 1
0
 public Z_DetermineHousetype([NotNull] ServiceRepository services)
     : base(nameof(Z_DetermineHousetype), Stage.Houses, 2600, services, false)
 {
     DevelopmentStatus.Add("//todo: figure out the house type");
     DevelopmentStatus.Add("//efh / mfh / gewerbe / industrie /wwk sonstiges / garage /?");
     DevelopmentStatus.Add("//gwr + feuerungsstättendaten");
     DevelopmentStatus.Add("//todo: check if there are really this few business-only buildings");
 }
Esempio n. 2
0
 public A07_TrafokreisAnalyzer([NotNull] ServiceRepository services)
     : base(nameof(A07_TrafokreisAnalyzer), Stage.Houses, 7, services, true)
 {
 }
 public G_DHWSystemAssignment([NotNull] ServiceRepository services) : base(nameof(G_DHWSystemAssignment), Stage.Houses, 800, services, false)
 {
     DevelopmentStatus.Add("//todo: change the heating systeme electricity to only use the lower tarif electricity at night");
     DevelopmentStatus.Add("fill in the missing dhw heating system types");
 }