Package | Description |
---|---|
org.deidentifier.arx.framework.check.transformer |
This package provides several transformers that efficiently implement the 'projection' optimization.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractTransformer.GroupifyCounter
Implementation of the delegate for Requirements.COUNTER
|
protected class |
AbstractTransformer.GroupifyCounterDistribution
Implementation of the delegate for Requirements.COUNTER | Requirements.DISTRIBUTION
|
protected class |
AbstractTransformer.GroupifyCounterSecondaryCounter
Implementation of the delegate for Requirements.COUNTER | Requirements.SECONDARY_COUNTER
|
protected class |
AbstractTransformer.GroupifyCounterSecondaryCounterDistribution
Implementation of the delegate for Requirements.COUNTER | Requirements.SECONDARY_COUNTER | Requirements.DISTRIBUTION
|
protected class |
AbstractTransformer.GroupifyDistribution
Implementation of the delegate for Requirements.DISTRIBUTION
|
Modifier and Type | Field and Description |
---|---|
protected AbstractTransformer.IGroupify |
AbstractTransformer.delegate
The delegate.
|