JAVA UML大作业
2020-06-03 10:30:41 1 举报
JAVA UML大作业
作者其他创作
大纲/内容
Music
- on : boolean- volumeLevel : int- lyrics : String- song : String- download : boolean
+ Music( )+ Music(newVolumeLevel : int)+volumeUp( ) : void+volumeDown( ) : void+ turnOn( ) : void+ turnOff( ) : void+ setVolume(newVolumeLevel : int) : void+ displaySong( )+ displayLyrics( )+ downloadOn( )
ACGMusic
- name : String- date : String- length : double- downloadTimes : int
+ ACGMusic( )+ showLength( ) : double+ showType(newType : String) : String+ displayDownloadTimes( ) : int+ releaseDate( ) : String
Java UML 大作业
<<interface>>Background
+ showBackground( ) : void
Animation
- background : String- singer : String- Producer : String
+ Animation( )+ showBackground( ) : void
Game
- country : String- score : double
+ Game( )+ showCountry( )+ showScore( )
ClassicalMusic
- country : String- author : String
+ ClassicalMusic( )+ showIntroduction( ) : String
Comic
- instrument : String
+ Comic( )+ showInstrument( ) : String
2017061605 高婷
0 条评论
下一页