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