public class DuplicatesAnalyzer
extends java.lang.Object
Constructor and Description |
---|
DuplicatesAnalyzer(XBRLInstance instance)
Instantiates a new duplicates analyzer.
|
Modifier and Type | Method and Description |
---|---|
DuplicateType |
checkDuplicateType(XBRLFact referenceFact,
XBRLFact checkFact)
Check duplicate type.
|
java.util.List<DuplicatesSet> |
getDuplicateSetsOfType(DuplicateType type)
Obtains a list of lists of facts for a specific type of duplicate
according with the classification defined in the working group note.
|
public DuplicatesAnalyzer(XBRLInstance instance)
instance
- the instancepublic java.util.List<DuplicatesSet> getDuplicateSetsOfType(DuplicateType type)
type
- DuplicateType
DuplicatesSet
or the empty list if none foundpublic DuplicateType checkDuplicateType(XBRLFact referenceFact, XBRLFact checkFact)
referenceFact
- the reference factcheckFact
- the check factCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa