public abstract class AbstractBoolVoter<T>
extends BaseVoterImpl<T>
Used to create boolean voters which can't return integer values. You can
stear the returned values by setting the trueValue and falseValue. To inverse
the result of the boolVote method use the not property.