{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}
An {@link Interval} over the discrete source domain. Note that thisdoes not imply that for all coordinates in the {@link Interval} function values exist or can be generated. It only defineswhere the minimum and maximum source coordinates are. E.g. an {@link IterableInterval} has a limited number of values and a sourcecoordinate for each. By that, minimum and maximum are defined but the {@link Interval} does not define a value for all coordinates in between.
@author Stephan Saalfeld
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|