| Package | Description |
|---|---|
| org.egothor.core |
This package concentrates the core data objects and interfaces.
|
| org.egothor.duplicity.algorithm |
This package contains top-level classes that implement the duplicity checking algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentData.computeMins(PermutatedMinsFiller permutatedMinsFiller) |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentLevelPermutatedMinsFiller
Fills the DocumentPermutatedMins with values corrensponding
to the given sequence of tokens.
|
class |
ParagraphLevelPermutatedMinsFiller
Fills the DocumentPermutatedMins with values corrensponding
to the given sequence of tokens.
|
class |
SentenceLevelPermutatedMinsFiller
Fills the DocumentPermutatedMins with values corrensponding
to the given sequence of tokens.
|
| Modifier and Type | Method and Description |
|---|---|
static PermutatedMinsFiller |
PermutatedMinsFiller.createNew()
Ensures that the right child is created according to the duplicity checking
algorithm level set in
Constants.CHECK_DUPLICITY_LEVEL. |
static PermutatedMinsFiller |
PermutatedMinsFiller.createNew(long seed)
Ensures that the right child is created according to the duplicity checking
algorithm level set in
Constants.CHECK_DUPLICITY_LEVEL. |
Copyright © 2016 Egothor. All Rights Reserved.