public static class Reducts.ReductsCalculationResult
extends java.lang.Object
calculateAllReducts
and
calculateAllReductsWithConsistencyLevel
methods. It consists
of list of reducts (in form of 0/1 arrays) and created reducts file. If
file is null
then it was not created.Constructor | Description |
---|---|
ReductsCalculationResult() |
Modifier and Type | Method | Description |
---|---|---|
java.io.File |
getFile() |
|
java.util.List<byte[]> |
getReducts() |
|
void |
setFile(java.io.File file) |
|
void |
setReducts(java.util.List<byte[]> reducts) |