FZustand
FZustand is a term used in German-language formal methods to denote a state that satisfies a property represented by a predicate F. The idea is to tag certain states of a model as belonging to a distinguished class defined by F, such as a safety or completion condition. In a system with states Q, the FZustand set is typically defined as Z_F = { q ∈ Q | F(q) is true }.
Formal characterization and usage: FZustand relies on a Boolean predicate F that assigns true or false to
Relationship to other terms: The concept is related to, but not identical with, the general notion of
Examples: In a simple workflow model, F might express “the transaction is completed.” The corresponding FZustand
See also: Zustand, Finalzustand, Automata theory, Model checking, Formal verification.