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