Arbor 3: FSM & BT Graph Editor  3.7.8
ParameterConstraintAttributeBase クラスabstract

ParameterReferenceに関連付けするための内部クラス。 [詳解]

ParameterConstraintAttributeBase の継承関係図
ConstraintableAttribute ConstraintableEnumAttribute ParameterTypeAttribute

公開メンバ関数

abstract bool IsConstraintSatisfied (Parameter parameter)
 制約を満たすか判定する [詳解]
 

詳解

ParameterReferenceに関連付けするための内部クラス。

メソッド詳解

◆ IsConstraintSatisfied()

abstract bool IsConstraintSatisfied ( Parameter  parameter)
pure virtual

制約を満たすか判定する

引数
parameter判定するパラメータ
戻り値
制約を満たしているときtrueを返す。

ConstraintableAttribute, ConstraintableEnumAttribute, ParameterTypeAttributeで実装されています。