enumerationValuesOrNull

fun enumerationValuesOrNull(maximumCount: Int): A_Set?

If this restriction has only a finite set of possible values, and the number of such values is no more than the given maximum, answer an A_Set of them, otherwise null.

Return

The A_Set of possible instances or null.

Parameters

maximumCount

The threshold above which null should be answered, even if there is a finite set of potential values.