Subversion Repositories eFlore/Applications.del

Rev

Rev 1003 | Rev 1066 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1003 Rev 1051
Line 23... Line 23...
23
 
23
 
24
	public PropositionDetermination(Observation observation) {
24
	public PropositionDetermination(Observation observation) {
25
		this.observation = observation;
25
		this.observation = observation;
Line -... Line 26...
-
 
26
	}
-
 
27
 
-
 
28
	public boolean estPropositionInitiale() {
-
 
29
		return (this.espece.equals(this.observation.getNomRetenu()) && this.getContributeur().getNomComplet().equals(this.observation.getAuteur()));
26
	}
30
	}
27
 
31
	
28
	public void ajouterVoteDetermination(VoteDetermination vd) {
32
	public void ajouterVoteDetermination(VoteDetermination vd) {
Line 29... Line 33...
29
		votesDeterminations.put(vd.getContributeur(), vd);
33
		votesDeterminations.put(vd.getContributeur(), vd);