Ignore:
Timestamp:
Nov 22, 2010, 9:08:24 PM (14 years ago)
Author:
Rick van der Zwet
Message:

Improvement to include a JavaDoc comment.

Location:
liacs/TOOS2010/assignment2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • liacs/TOOS2010/assignment2/src/Census.java

    r210 r237  
    1515  }
    1616  /**
    17    * Calculates the end-vote for a list of voters, given a certain set of creteria's:
     17   * Calculates the end-vote for a list of voters, given a certain set of
     18   * creteria's
     19   * @pre-conditions:
     20   *   - All voters present needs to have a vote set.
     21   *   - Voter.getVote() needs to be of type Boolean
     22   * @post-conditions:
    1823   *   - No voter is allowed more than one time on the list.
    19    *   - All voters present needed to have a vote set.
    20    *   - Voter.getVote() : Boolean
    2124   *
    2225   * @return boolean with conjuction of voters or null on error.
Note: See TracChangeset for help on using the changeset viewer.