private static void Match() { AddrSet addrset = AddrSet.GetInstance(); //Match MatchMachine m = new MatchMachine(addrset); MatchResult result = m.Match(new string[] { "B" }); MatchHelper.rwLockDashboard(addrset); }
public void Match() { //start AddrSet addrset = AddrSet.GetInstance(); //Match MatchMachine m = new MatchMachine(addrset); // Custom the MatchRule //m.SetMatchRule(rule); MatchResult result = m.Match(new string[] { "B" }); MatchHelper.PrintResult(result); //close //addrset.Dump(); }