colrev.process.operation.Operation¶
- class colrev.process.operation.Operation(*, review_manager, operations_type, notify_state_transition_operation=True)[source]¶
Bases:
object
Operations correspond to the work steps in a CoLRev project
Methods
check_precondition
Check the operation precondition
conclude
Conclude the operation (stop Docker containers)
decorate
Decorator for operations
notify
Notify the review_manager about the next operation
Attributes
type