Extensions.DiagCom.IsPositive

From emotive
Revision as of 04:26, 17 July 2014 by Nb (talk | contribs) (Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | IsPositive | Test, a response to positive or negative | Term | DiagCom|OTX DiagCo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Big text

Classification

Name IsPositive
Short Description Test, a response to positive or negative
Class Term
Extension OTX DiagCom extension
Group Response related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

IsPositive(Response response, Boolean isPositive);

Description

The IsPositive term tests whether the specified response is positive or negative.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Boolean True if the response is positive, otherwise false.

Properties

Name Data Type Class Default Cardinality Description
Response Response Term - [1] Response object.

Examples

Boolean isPositive = IsPositive(response);

See also

GetAllResponses
GetFirstResponse
ExecuteDiagService
GetFirstResult