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()
DomainShareclone in interface DomainShareclone in class java.lang.Objectpublic double getDomainSize()
getDomainSize in interface DomainSharepublic double getShare(int value,
int level)
getShare in interface DomainSharevalue - level -