Uses of Class
de.gwdg.metadataqa.marc.utils.parser.BooleanContainer
-
Packages that use BooleanContainer Package Description de.gwdg.metadataqa.marc.cli.utils.ignorablerecords de.gwdg.metadataqa.marc.utils.parser -
-
Uses of BooleanContainer in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords
Fields in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords declared as BooleanContainer Modifier and Type Field Description protected BooleanContainer<CriteriumPica>PicaFilter. booleanCriteriaMethods in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords that return BooleanContainer Modifier and Type Method Description BooleanContainer<CriteriumPica>PicaFilter. getBooleanCriteria()Methods in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords with parameters of type BooleanContainer Modifier and Type Method Description booleanPicaFilter. metCriteria(BibliographicRecord marcRecord, BooleanContainer<CriteriumPica> criteria) -
Uses of BooleanContainer in de.gwdg.metadataqa.marc.utils.parser
Methods in de.gwdg.metadataqa.marc.utils.parser that return BooleanContainer Modifier and Type Method Description static BooleanContainer<String>BooleanParser. parse(String input)Methods in de.gwdg.metadataqa.marc.utils.parser that return types with arguments of type BooleanContainer Modifier and Type Method Description List<BooleanContainer<T>>BooleanContainer. getChildren()Constructor parameters in de.gwdg.metadataqa.marc.utils.parser with type arguments of type BooleanContainer Constructor Description BooleanContainer(BooleanContainer.Op op, List<BooleanContainer<T>> children)
-