org.boxed_economy.besp.model.fmfw.behavior
クラス TemplateGuardCondition

java.lang.Object
  拡張org.boxed_economy.besp.model.fmfw.behavior.TemplateGuardCondition
すべての実装インタフェース:
GuardCondition

public abstract class TemplateGuardCondition
extends java.lang.Object
implements GuardCondition

バージョン:
$Id: TemplateGuardCondition.java,v 1.1 2004/03/21 12:07:48 macchan Exp $
作成者:
macchan

コンストラクタの概要
TemplateGuardCondition()
          Constructor for TemplateGuardCondition.
 
メソッドの概要
 Behavior getBehavior()
          Returns the behavior.
 void setBehavior(Behavior behavior)
          Sets the behavior.
 java.lang.String toString()
          名前を取得します
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.boxed_economy.besp.model.fmfw.behavior.GuardCondition から継承したメソッド
isMatched
 

コンストラクタの詳細

TemplateGuardCondition

public TemplateGuardCondition()
Constructor for TemplateGuardCondition.

メソッドの詳細

getBehavior

public final Behavior getBehavior()
Returns the behavior.

戻り値:
Behavior

setBehavior

public final void setBehavior(Behavior behavior)
Sets the behavior.

パラメータ:
behavior - The behavior to set

toString

public java.lang.String toString()
名前を取得します