public SampleRules(IListener st, INLP nlp, IIntent intent, ExtraStateInformation es)
 {
     // store the dependencies
     this.st     = st;
     this.nlp    = nlp;
     this.intent = intent;
     this.es     = es;
 }
 public Intent(INLP nlp)
 {
     this.nlp = nlp;
 }