DiscreteDomain¶
- class pqp.data.DiscreteDomain¶
Bases:
Domain
,ABC
Abstract base class for discrete domains
Methods Summary
Returns a list of all possible values in the domain
Methods Documentation
- abstract get_values()¶
Returns a list of all possible values in the domain
- Returns:
all possible values in the domain
- Return type:
list