Class PossibleAttributeValue

    • Constructor Detail

      • PossibleAttributeValue

        public PossibleAttributeValue​(ClassAttributeAssignmentModel assignment,
                                      java.lang.Object value,
                                      ClassificationAttributeUnitModel unit,
                                      java.lang.Long count)
        Initializes the object with all values.
        Parameters:
        assignment - the class attribute assigment
        value - the actual value
        unit - the unit (may be null)
        count - the number of occurences of this value
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • getCount

        public java.lang.Long getCount()
        The number of occurrences of this value.
        Returns:
        the number of occurrences of this value