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