Class DateAttribute


public class DateAttribute extends NumericAttribute<Long>
Attribute representing a date value. It is stored as an numeric long attribute. To represent a few distinct date attribute a NominalAttribute of type Long or Date can be used.
  • Constructor Details

    • DateAttribute

      public DateAttribute(String name)
      Creates a new DateAttribute.
      Parameters:
      name - the attribute's name