Function COMPONENT-OUTLET2


Slots on this function:

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

Other Related Axioms:

(Inherited-Facet-Value Slot-Documentation
                       2-Output-Thermal-Component
                       Component-Outlet2
                       The Second Outlet Port)

(Inherited-Facet-Value Slot-Value-Type
                       2-Output-Thermal-Component
                       Component-Outlet2
                       Port)

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

(Has-Attribute-Function 2-Output-Thermal-Component Component-Outlet2)

(Slot-Documentation 2-Output-Thermal-Component
                    Component-Outlet2
                    The Second Outlet Port)

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

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