//For processing each card in the array list. Need the fully qualified
//class name because the calc engine uses Card too
edu.villanova.studs.poker.transport.Card card;
//Create the community cards
communityCards = new CommunityCards( );
//Loop through the array list of transport cards and create new calc
//engine cards to add to the community list
for ( int ii = 0; ii < cards.size(); ii++ ) {
//Get the next table data community card