Class 2D-STREAM-OPERATING-MODE


Slots on this class:

Documentation:
the class of operating mode models of 2d streams
Subclass-Of: Model-fragment, Operating-mode-model
Arity: 1
Has-Participant-Function: 2d-stream-involved


Slots on instances of this class:

2d-Stream-Involved:
Slot-Cardinality: 1
Slot-Documentation:
the 2d stream involved
Slot-Value-Type: 2d-stream

Axioms:

(Forall (?Self ?2d-Stream-Involved)
        (<=> (And (= (2d-Stream-Involved ?Self) ?2d-Stream-Involved)
                  (2d-Stream-Operating-Mode ?Self))
             (And (Operating-Mode-Model ?Self)
                  (2d-Stream ?2d-Stream-Involved))))

(Forall (?Self ?Time)
        (<=> (Active ?Time 2d-Stream-Operating-Mode ?Self)
             (And (2d-Stream-Operating-Mode ?Self)
                  (Active ?Time Operating-Mode-Model ?Self))))