public class ProcessedObjects extends Object implements Iterable<RuleDescription>
| Constructor and Description |
|---|
ProcessedObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCheckObject(RuleDescription object)
Add another rule description
|
boolean |
contains(String objectType,
String test)
Check if string representation of rule description contains in
processed objects
|
List<RuleDescription> |
getRuleDescriptions() |
Iterator<RuleDescription> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic List<RuleDescription> getRuleDescriptions()
public void addCheckObject(RuleDescription object)
object - description of the rulepublic boolean contains(String objectType, String test)
objectType - passed type of applied objecttest - passed test of rule descriptionpublic Iterator<RuleDescription> iterator()
iterator in interface Iterable<RuleDescription>Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.