public class DomainShareRedaction extends java.lang.Object implements DomainShare
Constructor and Description |
---|
DomainShareRedaction(HierarchyBuilderRedactionBased<?> builder)
Creates a new set of domain shares derived from the given functional redaction-based hierarchy.
|
Modifier and Type | Method and Description |
---|---|
DomainShareRedaction |
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.
|
public DomainShareRedaction(HierarchyBuilderRedactionBased<?> builder)
builder
- public DomainShareRedaction clone()
DomainShare
clone
in interface DomainShare
clone
in class java.lang.Object
public double getDomainSize()
getDomainSize
in interface DomainShare
public double getShare(int value, int level)
getShare
in interface DomainShare
value
- level
-