UmlIA

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Plants

-type:string
+pot:boolean
-potVolume:int
-waterNeed:int
-count:int
-waterPerTime:int
+lastWatered:date

+calculateWaterPerTime():int
+getType():string
+getPotVolume():int
+getWaterNeed():int
+getWaterPerTime():int
getCount():int

Timer

-timer:TimerTask
-waterDate:date
-intervalWater:int
-intervalRemind:double
-plant:Plants

+setWateringDate(time:date):void
+setIntervalWater(hours:int):void
+setIntervalRemind(hours:int):void
+start():void
+stop():void
+remind():void

You might also like