You're right. These probability values ββassociated with leaf nodes represent the conditional probability of reaching leaf nodes, taking into account a particular tree branch. Tree branches can be represented as a set of rules. For example, @ user1808924 is mentioned in his answer ; one rule representing the leftmost branch of your tree model.
So, in short: the tree can be linearized in decision rules, where the result is the contents of the node sheet, and the conditions along the path form a conjunction in the if condition. In general, the rules take the form:
if condition1 and condition2 and condition3 then outcome.
Decision rules can be generated by constructing association rules with the target variable on the right. They may also indicate a temporal or causal relationship.
source share