edu.cuny.cat.stat
Interface ScoreDaysCondition

All Known Implementing Classes:
AbstractScoreDaysCondition, AllScoreDaysCondition, CombiScoreDaysCondition, DefaultScoreDaysCondition, DistributionBasedScoreDaysCondition, RangeBasedScoreDaysCondition

public interface ScoreDaysCondition

An interface used to determine scoring game days.

Version:
$Revision: 1.6 $
Author:
Jinzhong Niu

Method Summary
 boolean count(int day)
          determines whether the specified day is counted for scoring.
 

Method Detail

count

boolean count(int day)
determines whether the specified day is counted for scoring. It assumes that various invocations have non-decreasing values for the argument day.

Parameters:
day - the day to be considered
Returns:
true if the specified day is counted; false otherwise.