public interface DomainShare
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
double |
getDomainSize()
Returns the size of the domain.
|
double |
getShare(int value,
int level)
Returns the share of the given value.
|