Documentation

VerifiedMBSE.Core.Component

Component Definitions #

Defines PartDef (part definition with ports and an invariant), PortRef (port reference), Connector (port-to-port connection with compatibility proof), System (composition of parts and connectors), and WellFormed conditions.

PartDef: part definition with ports and an invariant.

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Well-formedness of PartDef: every port's flowType has a specialization relation with baseType.

      Equations
      Instances For

        PortRef: reference to a port within a part (with membership proof).

        Instances For

          Connector: connects two port references with a compatibility proof.

          Instances For

            System: lists of parts and connectors.

            Instances For

              Well-formedness of System: all connector sources/targets are in parts.

              Equations
              Instances For