Interface ICategoricalAttributeType

  • All Superinterfaces:
    IAttributeType<java.lang.String>, java.io.Serializable
    All Known Implementing Classes:
    CategoricalAttributeType

    public interface ICategoricalAttributeType
    extends IAttributeType<java.lang.String>
    Interface for categorical attribute types.
    • Method Detail

      • getDomain

        java.util.List<java.lang.String> getDomain()
        Returns:
        The domain of this categorical attribute.