Class NumericAttributeValue

  • All Implemented Interfaces:
    IAttributeValue<java.lang.Double>, java.io.Serializable

    public class NumericAttributeValue
    extends AAttributeValue<java.lang.Double>
    Numeric attribute value as it can be part of an instance.
    See Also:
    Serialized Form
    • Constructor Detail

      • NumericAttributeValue

        public NumericAttributeValue​(NumericAttributeType type)
        Standard c'tor.
        Parameters:
        type - The type defining the domain of this numeric attribute.
      • NumericAttributeValue

        public NumericAttributeValue​(NumericAttributeType type,
                                     java.lang.Double value)
        C'tor setting the value of this attribute as well.
        Parameters:
        type - The type defining the domain of this numeric attribute.
        value - The value this attribute takes.