Class THERMAL-CYCLE-OP-MODE


Slots on this class:

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


Slots on instances of this class:

Cycle-Involved:
Slot-Cardinality: 1
Slot-Documentation:
the thermal cycle involved in the operating mode
Slot-Value-Type: Thermal-cycle

Axioms:

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

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