Transition constraint
Appearance
A transition constraint is a way of enforcing that the data doesn't enter an impossible state because of a previous state. For example, it shouldn't be possible for a person to change from being "married" to being "single, never married". The only valid states after "married" might be "divorced", "widowed", or "deceased".
Transient constraint is commonly used in database models such as relational databases.
References
Modelling Transition Constraints (ResearchIndex)
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. |