Example #1
0
        public void SetUp()
        {
            graph   = new BehaviorGraph(null);
            matcher = new ActionSourceMatcher();

            pool = new TypePool(null);
        }
 public ActionCallCandidateExpression(BehaviorMatcher matcher, TypePool types, ActionSourceMatcher actionSourceMatcher)
 {
     _matcher             = matcher;
     _actionSourceMatcher = actionSourceMatcher;
     _types = types;
 }