org.boxed_economy.besp.container.command
クラス ResetCommand

java.lang.Object
  拡張org.boxed_economy.besp.container.command.Command
      拡張org.boxed_economy.besp.container.command.ResetCommand

public class ResetCommand
extends Command

ResetCommand シミュレーションを巻き戻して、読み込んだ状態からまたはじめる命令です。


コンストラクタの概要
ResetCommand(BESPContainer container)
          コンストラクタ
 
メソッドの概要
protected  void run()
          巻き戻しを行ないます。
 
クラス org.boxed_economy.besp.container.command.Command から継承したメソッド
execute, getContainer, getModelContainer, getPresentationContainer
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResetCommand

public ResetCommand(BESPContainer container)
コンストラクタ

メソッドの詳細

run

protected void run()
            throws java.lang.Exception
巻き戻しを行ないます。

定義:
クラス Command 内の run
例外:
java.lang.Exception