*/
@Before
public void initNames() throws Exception
{
MaxValueCountElem mvciA = new MaxValueCountElem( new AttributeType( "aa" ), 1 );
MaxValueCountElem mvciB = new MaxValueCountElem( new AttributeType( "bb" ), 2 );
MaxValueCountElem mvciC = new MaxValueCountElem( new AttributeType( "cc" ), 3 );
MaxValueCountElem mvciD = new MaxValueCountElem( new AttributeType( "dd" ), 4 );
Set<MaxValueCountElem> colA = new HashSet<MaxValueCountElem>();
colA.add( mvciA );
colA.add( mvciB );
colA.add( mvciC );