C# Class EmotionalAppraisal.EmotionalAppraisalAsset.InternalAppraisalFrame.AppraisalVariable

显示文件 Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method Description
AddValue ( object componentType, float value, short weight ) : bool
AppraisalVariable ( ) : System
ContainsComponent ( object component ) : bool
NormalizedValue ( ) : float

Method Details

AddValue() public method

public AddValue ( object componentType, float value, short weight ) : bool
componentType object
value float
weight short
return bool

AppraisalVariable() public method

public AppraisalVariable ( ) : System
return System

ContainsComponent() public method

public ContainsComponent ( object component ) : bool
component object
return bool

NormalizedValue() public method

public NormalizedValue ( ) : float
return float