Subversion Repositories eFlore/Applications.del

Rev

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

Rev 522 Rev 602
Line 33... Line 33...
33
	}
33
	}
Line 34... Line 34...
34
	
34
	
Line 35... Line 35...
35
	public static Observation parserObservationEtCreerPropositionDetermination(JSONObject observationJson) {
35
	public static Observation parserObservationEtCreerPropositionDetermination(JSONObject observationJson) {
36
		
36
		
Line 37... Line 37...
37
		Observation observation = parserObservationJSON(observationJson);
37
		Observation observation = parserObservationJSON(observationJson);
38
		observation.addImageCelValidationData(creerPropositionDeterminationAPartirObservationJSON(observationJson));
38
		observation.ajouterPropositionDetermination(creerPropositionDeterminationAPartirObservationJSON(observationJson));
Line 39... Line 39...
39
		
39