public void ApplyRule(List <LinguisticVariable> LingVars) { foreach (LinguisticRule LR in linguisticRules) { LR.Apply(LingVars); } }