The class whose instances are unary functions from BEHAVIOR-MODELsto quantities.
(=> (Dimension $X $Y) (Quantity-Slot $X)) (=> (= (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))) (=> (Continuous-At-Model-Change-P $X $Y) (Quantity-Slot $Y)) (=> (Derivative-Of $X $Y) (Quantity-Slot $X)) (=> (Integral-Of $X $Y) (Quantity-Slot $X)) (Nth-Domain At 2 Quantity-Slot) (=> (= (User-Accessible ?Slot) ?Result) (Or (Qualitative-Parameter ?Slot) (Quantity-Slot ?Slot))) (=> (= (Abbreviation ?Slot) ?Result) (Or (Qualitative-Parameter ?Slot) (Quantity-Slot ?Slot) (Other-Slot ?Slot))) (Nth-Domain Quantity-Range 1 Quantity-Slot) (Nth-Domain Points-Of-Discontinuity 1 Quantity-Slot)