jp.gr.java_conf.wffm.gassan.translator
クラス StatusManager

java.lang.Object
  |
  +--jp.gr.java_conf.wffm.gassan.translator.StatusManager

public class StatusManager
extends java.lang.Object
implements java.io.Serializable

状態管理(フラグ等)用クラス

関連項目:
直列化された形式

コンストラクタの概要
StatusManager()
          コンストラクタ
 
メソッドの概要
 boolean conformity(GElement condition)
          条件に適合するかどうかを判定.
 void dataOperation(GElement dataOperation)
          データ操作
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StatusManager

public StatusManager()
コンストラクタ
メソッドの詳細

conformity

public boolean conformity(GElement condition)
条件に適合するかどうかを判定.
パラメータ:
condition - 条件の木構造(GElementクラス)
戻り値:
適合した場合true,しなかった場合false

dataOperation

public void dataOperation(GElement dataOperation)
データ操作
パラメータ:
dataOperation - データ操作の木構造(GElementクラス)