Package | Description |
---|---|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
Modifier and Type | Method and Description |
---|---|
static TransformationList<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
TransformationList.create(java.util.List<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> result)
Creates a new list for transformations managed by int arrays
|
static TransformationList<java.lang.Long> |
TransformationList.create(cern.colt.list.LongArrayList result)
Creates a new list for transformations managed by longs
|
TransformationList<java.lang.Long> |
TransformationLong.getPredecessors()
Returns all predeccessors of the transformation with the given identifier
|
TransformationList<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
TransformationIntArray.getPredecessors()
Returns all predeccessors of the transformation with the given identifier
|
abstract TransformationList<T> |
Transformation.getPredecessors()
Returns all predeccessors of the transformation with the given identifier
|
TransformationList<java.lang.Long> |
TransformationLong.getSuccessors()
Returns all successors
|
TransformationList<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> |
TransformationIntArray.getSuccessors()
Returns all successors
|
abstract TransformationList<T> |
Transformation.getSuccessors()
Returns all successors
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TransformationList.addAllOfFromTo(TransformationList<?> successors,
int from,
int to)
Adds from to
|