-- -- THIS FILE IS AUTOMATICALLY GENERATED!! -- -- Generated at 10-Nov-08 by the UML-VDM++ Link -- class 「電源ボタン」 types public 「電源ボタン状態」 = | ; instance variables private i電源ボタン状態 : 「電源ボタン状態」; operations public 電源ボタンを押す : () ==> () 電源ボタンを押す() == if i電源ボタン状態 = then i電源ボタン状態 := else i電源ボタン状態 := post i電源ボタン状態 <> i電源ボタン状態~; public ボタン状態を得る : () ==> 「電源ボタン状態」 ボタン状態を得る() == return i電源ボタン状態; end 「電源ボタン」