Esempio n. 1
0
    protected override void PreEvaluate()
    {
        // Do nothing if triples and pairs is specified manually
        if (triples != null || pairs != null)
        {
            return;
        }

        // Begin Pair and Triple evaluation
        tripleEvaluator.Begin(cardSet, filter);
        pairEvaluator.Begin(cardSet, filter);
    }