Parse a strategy expression from a string.
Parse a strategy expression from a string.
public Strategy(string);
Parse a strategy expression from a string. Strategy references are resolved by looking them up in the provided environent.
public Strategy(string,IDictionary);