Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The OperationResult class is used in the results attribute of an analysis to represent the results of the analysis.

Excerpt Include
ARSP:ER Diagram: OperationResultARSP:
ER Diagram: OperationResult

...

  • The operationId attribute contains the identifier value for the operation that generated the result (i.e., 1 of the operations defined in the method associated with the analysis).
  • The resultGroups attribute may contain references to the grouping factor(s)/group(s) associated with the result (see below).
  • The rawValue attribute contains the raw result value generated by the statistical operation, with no formatting or rounding applied.
  • The formattedValue attribute contains the result value formatted according to the pattern specified in the resultPattern attribute of the operation referenced by the operationId attribute value. Refer to the Operation section for more information about the resultPattern attribute.

The resultGroups attribute is used to associate the result value with any grouping factors defined for the analysis. The association with each grouping factor is represented as an instance of the ResultGroup class, in which:

...