colrev.ops.data.Data¶
- class Data(*, review_manager, notify_state_transition_operation=True)[source]¶
Bases:
Operation
Class supporting structured and unstructured data extraction, analysis and synthesis
Methods
Check the operation precondition
Conclude the operation (stop Docker containers)
Decorator for operations
Get the IDs of records for the synthesis
main
- rtype:
Any
Notify the review_manager about the next operation
Determine heuristics for the reading process
Setup a custom data script
Attributes
type
- check_precondition()¶
Check the operation precondition
- Return type:
None
- conclude()¶
Conclude the operation (stop Docker containers)
- Return type:
None
- classmethod decorate()¶
Decorator for operations
- Return type:
Callable
- get_record_ids_for_synthesis(records)[source]¶
Get the IDs of records for the synthesis
- Return type:
list
- notify(*, state_transition=True)¶
Notify the review_manager about the next operation
- Return type:
None