Author: agiraudet Date: 2013-06-24 23:16:58 +0200 (Mon, 24 Jun 2013) New Revision: 677 Url: http://nuiton.org/projects/sandbox/repository/revisions/677 Log: mise a jour des modeles yaml Modified: testEugeneUML-YAML/pollen/demo-pollen-user_friendly/pollen.yamlobjectmodel Modified: testEugeneUML-YAML/pollen/demo-pollen-user_friendly/pollen.yamlobjectmodel =================================================================== --- testEugeneUML-YAML/pollen/demo-pollen-user_friendly/pollen.yamlobjectmodel 2013-06-20 15:38:34 UTC (rev 676) +++ testEugeneUML-YAML/pollen/demo-pollen-user_friendly/pollen.yamlobjectmodel 2013-06-24 21:16:58 UTC (rev 677) @@ -31,7 +31,7 @@ String name: double weight: PollAccount ordered [1..*] "PersonToList": - Vote unordered [0..1]: + Vote unordered [0..1]: unordered [0..1] class Vote <<entity>>: double weight: @@ -48,7 +48,7 @@ boolean administrator: String language: String email: - getDisplayName(): String + String getDisplayName(): PersonList favoriteList ordered [*] "UserAccount--PersonList": PollAccount ordered [*] "PollAccount--UserAccount": @@ -75,25 +75,25 @@ boolean continuousResults: Date endChoiceDate: int voteCountingType: - getVoteByPollAccount(PollAccount account): Vote - getAdminId(): String - getVoteId(PollAccount account): String - isStarted(Date currentDate): boolean - isRunning(Date currentDate): boolean - isFinished(Date currentDate): boolean - isAddChoiceStarted(Date currentDate): boolean - isAddChoiceRunning(Date currentDate): boolean - isAddChoiceFinished(Date currentDate): boolean - getPollAccounts(boolean withNoVote): List<PollAccount> - getPersonToListByVote(Vote vote): PersonToList - getPreventRuleByScope(String scope): PreventRule - isAnonymous(): boolean - isPollFree(): boolean - isPollGroup(): boolean - isPollRestricted(): boolean + Vote getVoteByPollAccount(PollAccount account): + String getAdminId(): + String getVoteId(PollAccount account): + boolean isStarted(Date currentDate): + boolean isRunning(Date currentDate): + boolean isFinished(Date currentDate): + boolean isAddChoiceStarted(Date currentDate): + boolean isAddChoiceRunning(Date currentDate): + boolean isAddChoiceFinished(Date currentDate): + List<PollAccount> getPollAccounts(boolean withNoVote): + PersonToList getPersonToListByVote(Vote vote): + PreventRule getPreventRuleByScope(String scope): + boolean isAnonymous(): + boolean isPollFree(): + boolean isPollGroup(): + boolean isPollRestricted(): Vote ordered [*]: Choice ordered [*]: - PollAccount creator unordered [0..1]: + PollAccount creator unordered [0..1]: ordered [*] Comment ordered [*]: PreventRule ordered [*]: VotingList ordered [*]: @@ -111,7 +111,7 @@ String text: Date postDate: String author: - PollAccount unordered: + PollAccount unordered: ordered [*] associationclass PersonToList <<entity>>: participant:
participants (1)
-
agiraudet@users.nuiton.org