The class whose instances are unary functions from BEHAVIOR-MODELsto qualitative parameters of the model.
(=> (= (It-Is-* ?Entity) ?Result)
(Or (Model-Fragment ?Entity)
(Qualitative-Parameter ?Entity)
(Quantity-Slot ?Entity)
(Other-Slot ?Entity)
(Behavior-Constraint ?Entity)))
(=> (= (Notes ?Entity) ?Result)
(Or (Model-Fragment ?Entity)
(Qualitative-Parameter ?Entity)
(Quantity-Slot ?Entity)
(Other-Slot ?Entity)
(Behavior-Constraint ?Entity)))
(=> (= (The-*-The-Object ?Slot) ?Result)
(Or (Qualitative-Parameter ?Slot)
(Quantity-Slot ?Slot)
(Other-Slot ?Slot)))
(=> (= (User-Accessible ?Slot) ?Result)
(Or (Qualitative-Parameter ?Slot) (Quantity-Slot ?Slot)))
(=> (Possible-Values $X $Y) (Qualitative-Parameter $X))
(=> (= (Abbreviation ?Slot) ?Result)
(Or (Qualitative-Parameter ?Slot)
(Quantity-Slot ?Slot)
(Other-Slot ?Slot)))