Function COMPONENT-OUTLET


Slots on this function:

Documentation: the outlet port
Instance-Of: Function
Arity: 2
Range: Port

Other Related Axioms:

(Inherited-Facet-Value Slot-Documentation
                       1-Output-Thermal-Component
                       Component-Outlet
                       The Outlet Port)

(Inherited-Facet-Value Slot-Value-Type
                       1-Output-Thermal-Component
                       Component-Outlet
                       Port)

(Inherited-Facet-Value Slot-Cardinality
                       1-Output-Thermal-Component
                       Component-Outlet
                       1)

(Has-Attribute-Function 1-Output-Thermal-Component Component-Outlet)

(Slot-Documentation 1-Output-Thermal-Component
                    Component-Outlet
                    The Outlet Port)

(=> (1-Output-Thermal-Component ?Self)
    (And (Value-Cardinality ?Self Component-Outlet 1)
         (Value-Type ?Self Component-Outlet Port)
         (Value-Cardinality ?Self Component-Outlet 1)))

(=> (Component-Outlet $X $Y) (Port $Y))