Packagecom.lookbackon.AI.fuzzyLogicSystem
Classpublic class Variable
InheritanceVariable Inheritance Object

Lingustic variables: these are simply variables whoes values are lingustic. e.g.:for the lingustic variable "direction" the possible values could be "north","west","south","east".



Protected Properties
 PropertyDefined By
  values : Array
Variable
Public Methods
 MethodDefined By
  
Variable
  
Variable
  
gett(index:String):VariableValue
Variable
Property Detail
valuesproperty
protected var values:Array

Constructor Detail
Variable()Constructor
public function Variable()



Method Detail
addValue()method
public function addValue(value:VariableValue):void

Parameters

value:VariableValue

gett()method 
public function gett(index:String):VariableValue

Parameters

index:String

Returns
VariableValue