Arbor 3: FSM & BT Graph Editor  3.7.8
ParameterTypeAttribute Class Reference

An attribute that specifies Parameter.Type as a derived class of ParameterReference More...

Inheritance diagram for ParameterTypeAttribute:
ParameterConstraintAttributeBase

Public Member Functions

 ParameterTypeAttribute (Parameter.Type parameterType)
 Specifying Parameter.Type More...
 
override bool IsConstraintSatisfied (Parameter parameter)
 Determine whether the constraint is satisfied More...
 

Properties

Parameter.Type parameterType [get]
 The specified Parameter.Type More...
 

Detailed Description

An attribute that specifies Parameter.Type as a derived class of ParameterReference

Constructor & Destructor Documentation

◆ ParameterTypeAttribute()

Specifying Parameter.Type

Parameters
parameterTypeParameter.Type

Member Function Documentation

◆ IsConstraintSatisfied()

override bool IsConstraintSatisfied ( Parameter  parameter)
virtual

Determine whether the constraint is satisfied

Parameters
parameterDetermining parameter
Returns
Returns true if the constraint is satisfied.

Implements ParameterConstraintAttributeBase.

Property Documentation

◆ parameterType

Parameter.Type parameterType
get

The specified Parameter.Type