Previous Table of Contents Next


12.3.26 CategoryMatrixEntry


   This object defines the value of a single cell in a CategoryMatrix.

   Superclasses

   ModelElement

   Attributes

   value

   The value of a cell. It overwrites any default value in CategoryMatrix. For cost matrix, value is intended to be a double. For confusion matrix, the value can be either a “count? which is an integer value, or a “percentage,? which is a double value. This is left up to the implementation.

   type: double

   multiplicity: exactly one

   References

   rowIndex

   This points to the row of the cell.

class: Category
defined by: MatrixEntryRefRowValue
multiplicity: exactly one
inverse: Category::categoryEntry
columnIndex

   This points to the column of the cell. class: Category defined by: MatrixEntryRefColumnValue multiplicity: exactly one inverse: Category::categoryEntry