足球比赛
2018-05-09 23:28:58 11 举报
足球比赛夜夜夜夜
作者其他创作
大纲/内容
Player
- name:String- team:Team- goals:Int- yellowCardsNumber: Int- redCardsNumber: Int- rand
+ setRank(int rank):void+ goal():void+ incYellowCard():void+ incRedCard():void+ getRank():int+ getTeam():Team+ getName():String+ getGoals():int
Course
待补充
RegistrationList
- teams:Team[]- judges: Judge[]- fields: Field[]
- ...
ShootersList
- groupType:int- players: Player[]
+ get + set + sort():void+ setPlayerRank(Player player):void
Field
- number: int- match: Match
+ get..+ set...
Judge
- type:int- name:String- currentMatch: Match
+ giveYellowCard(Player player):void+ get...+ set...
Match
- field:Field- teams: Team[]- duration: int- judges: Judge[]- points: int[]- current: int
PointsList
- teams: Team[]- groupType: int
+ get...+ set...+ sort():void+ setTeamRank(Team team):void
Team
- players:Player[]- groupType: int- teamName: String- rank: int- goals: int- losses: int- netVictory: int- flats: int- wins: int- loses: int- fields: int- avgGoals: int- avgLosses: int- avgNetVictory: int- points:int- avgPoints: int- playedTeam: Team[]- rankChange: int
+ get...:所有的属性+ set...: 所有的属性
0 条评论
下一页