Class 2-OUTPUT-CONTROL-VOLUME


Slots on this class:

Documentation:
the control volume with two output streams
Subclass-Of: Control-volume, Entity
Arity: 1
Has-Attribute-Function: Outlet-stream1, Outlet-stream2


Slots on instances of this class:

Outlet-Stream1:
Slot-Cardinality: 1
Slot-Documentation:
the first outlet stream
Slot-Value-Type: 2d-stream
Outlet-Stream2:
Slot-Cardinality: 1
Slot-Documentation:
the second outlet stream
Slot-Value-Type: 2d-stream

Axioms:

(Forall (?Self ?Time)
        (<=> (Active ?Time 2-Output-Control-Volume ?Self)
             (And (2-Output-Control-Volume ?Self)
                  (Active ?Time Control-Volume ?Self))))