You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

When instances of the OperationResult class are represented in a tabular format, the resultant table may be referred to as an ARD if the following conditions are met:

  • There is one row for each instance of the OperationResult class (i.e., one row per result value).
  • Each row includes all the information needed to give context to the result value represented on the row, including at least:
    • the value of the id attribute of the analysis that generated and contains the result,
    • the value of the operationId attribute of the instance of the OperationResult class that is represented on the row, and
    • the values of all of the groupingIdgroupId, or groupValue attributes that are present in resultGroups attribute of the instance of the OperationResult class that is represented on the row.

To aid readability, an ARD may include additional columns containing descriptive information that has been retrieved from instances of other classes using any of the identifier values included on each row. Each of the tables shown in the examples in the previous OperationResult section is an example of an ARD.

  • No labels