colrev.process.model.ProcessModel¶
- class ProcessModel[source]¶
Bases:
object
The ProcessModel describes transitions between RecordStates
Methods
Check the preconditions for an operation
Get the states preceding the state that is given as a parameter
Get the list of valid transitions
Attributes
transitions
- classmethod check_operation_precondition(operation)[source]¶
Check the preconditions for an operation
- Return type:
None