public class CompositeReasoner extends java.util.ArrayList<RecordReasoner> implements RecordReasoner
Constructor and Description |
---|
CompositeReasoner() |
Modifier and Type | Method and Description |
---|---|
boolean |
augmentRecord(DataRecord rec)
Apply the reasoners in sequence to the DataRecord.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
public boolean augmentRecord(DataRecord rec)
augmentRecord
method of each reasoner in iteration
order.augmentRecord
in interface RecordReasoner
rec
- the record to augment