Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleModel Documentation

Class: Operation

The Operation class is class is used in the operations attribute of the AnalysisMethod class to define the statistical operations to be performed for any analysis that references the analysis method.

...

  • The operationId attribute contains the identifier value for the operation that is being referenced.
  • The analysisId attribute may contain the identifier of a "referenced analysis" (i.e., an analysis that uses the method that contains the referenced operation). The analysisId attribute is only used if the results of the referenced operation are always generated by the same analysis. If the referenced analysis may differ for each analysis that uses the method containing the dependent operation, then the referenced analysis may be specified in the referencedAnalysisOperations attribute of the analysis that uses the dependent operation (as described below).
  • The description attribute may be used to record details of the relationship, which may include:
    • A description of the referenced operation
      Jira
      showSummaryfalse
      serverIssue Tracker (JIRA)
      serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
      keyARSP-22
      and operation and how its results are used.
    • An indication of which analyses are expected to produce the required result values, which may be helpful in situations when the analysisId is not provided in the referenced operation relationship.

...