Public methods
Method new()
Creates a new instance of this R6 class.
Usage
TerminatorCombo$new(terminators = list(TerminatorNone$new()))
Arguments
- terminators
- (- list())
List of objects of class Terminator.
 
Method is_terminated()
Is TRUE iff the termination criterion is positive, and FALSE
otherwise.
Usage
TerminatorCombo$is_terminated(archive)
Arguments
- archive
- (Archive). 
Returns
logical(1).
Method print()
Printer.
Usage
TerminatorCombo$print(...)
Arguments
- ...
- (ignored). 
Method clone()
The objects of this class are cloneable with this method.
Usage
TerminatorCombo$clone(deep = FALSE)
Arguments
- deep
- Whether to make a deep clone.