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... | |
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:
|
virtual |
Returns True if an object is valid.
| String ResponseTableResultType::Name | ( | ) |
Returns the result type definition name as a string.
| String ResponseTableResultType::ResultType | ( | ) |
Returns the name of the expression or response data result as a string.
| void ResponseTableResultType::SetName | ( | String & | name | ) |
Specifies the name of the response table result type.
| 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.
| name | Name of the expression or response data item |