Method | Description | |
---|---|---|
AddVariable ( |
Adds a linguistic variable to the database.
|
|
ClearVariables ( ) : void |
Removes all the linguistic variables of the database.
|
|
Database ( ) : System |
Initializes a new instance of the Database class.
|
|
GetVariable ( string variableName ) : LinguisticVariable |
Returns an existing linguistic variable from the database.
|
public AddVariable ( |
||
variable | A linguistic variable to add. | |
return | void |
public GetVariable ( string variableName ) : LinguisticVariable | ||
variableName | string | Name of the linguistic variable to retrieve. |
return | LinguisticVariable |