Esempio n. 1
0
 public KeywordPurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor)
 {
     HumanInterface      = humanInterface;
     OvermindAccessor    = overmindAccessor;
     LastTimeKeywordUsed = new Dictionary <string, DateTime>();
 }
Esempio n. 2
0
 public WhatIsPurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor)
 {
     HumanInterface   = humanInterface;
     OvermindAccessor = overmindAccessor;
 }
Esempio n. 3
0
 public HereToObservePurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor)
 {
     HumanInterface   = humanInterface;
     OvermindAccessor = overmindAccessor;
 }