ArchiMetrics.Analysis.Validation.BranchModelRule.BranchModelRule C# (CSharp) Method

BranchModelRule() public method

public BranchModelRule ( IModelNode pattern ) : System.Collections.Generic
pattern IModelNode
return System.Collections.Generic
		public BranchModelRule(IModelNode pattern)
		{
			_pattern = pattern;
		}