ResponseTableResultType class is used to specify the an extra result type to be added to the accuracy type efficiency map response table.
The class can be called from the Study class.
.
More...
Public Member Functions | |
| virtual bool | IsValid () |
| Returns True if an object is valid. More... | |
| String | Name () |
| Returns the result type definition name as a string. More... | |
| String | ResultType () |
| Returns the name of the expression or response data result as a string. More... | |
| void | SetName (String &name) |
| Specifies the name of the response table result type. More... | |
| void | SetResultType (String &name) |
| Specifies the result to be included in the response table. The parameter is the name of a result expression or response data definition. More... | |
Detailed Description
ResponseTableResultType class is used to specify the an extra result type to be added to the accuracy type efficiency map response table.
The class can be called from the Study class.
.
Example of calling the class object:
Member Function Documentation
|
virtual |
Returns True if an object is valid.
- Returns
- Whether or not the ResponseTableResultType object is valid
| String ResponseTableResultType::Name | ( | ) |
Returns the result type definition name as a string.
- Returns
- Name or the definition.
| String ResponseTableResultType::ResultType | ( | ) |
Returns the name of the expression or response data result as a string.
- Returns
- Name of the result
| void ResponseTableResultType::SetName | ( | String & | name | ) |
Specifies the name of the response table result type.
- Parameters
-
name Name of the definition
| void ResponseTableResultType::SetResultType | ( | String & | name | ) |
Specifies the result to be included in the response table. The parameter is the name of a result expression or response data definition.
- Parameters
-
name Name of the expression or response data item