Class THERMAL-COMPONENT-OP-MODE


Slots on this class:

Documentation:
the operating modes of thermal components
Subclass-Of: Model-fragment, Operating-mode-model
Arity: 1
Has-Participant-Function: Component-involved


Slots on instances of this class:

Component-Involved:
Slot-Cardinality: 1
Slot-Documentation:
the thermal components involved in the operating mode
Slot-Value-Type: Thermal-component

Axioms:

(Forall (?Self ?Component-Involved)
        (<=> (And (= (Component-Involved ?Self) ?Component-Involved)
                  (Thermal-Component-Op-Mode ?Self))
             (And (Operating-Mode-Model ?Self)
                  (Thermal-Component ?Component-Involved))))

(Forall (?Self ?Time)
        (<=> (Active ?Time Thermal-Component-Op-Mode ?Self)
             (And (Thermal-Component-Op-Mode ?Self)
                  (Active ?Time Operating-Mode-Model ?Self))))