Meta-Model Port Interface-Reference Relationship

homepage Forums BridgePoint/xtUML Usage and Training Meta-Model Port Interface-Reference Relationship

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5695
    Bruce
    Member

    The “Ports” youtube video says “…each port can be tied to only one interface.” at 1:15.

    However, the meta-model for single Port associated with many Interface References.

    Which one is correct?

    #5698
    cort
    Keymaster

    A port can be “formalized” to only one interface.

    However, the port on one component can “connect” to the port (Interface Reference) on the port of another component more than once. This is limited to the client (Requirement) side. A server port (Provider) can connect with multiple clients (Providers).

    So, the answer is kinda “both”. :)

    #5703
    Bruce
    Member

    Thanks for the reply.

    I understand: A port can be “formalized” to only one interface.
    I understand: However, the port on one component can “connect” to the port (Interface Reference) on the port of another component more than once.
    I understand: This is limited to the client (Requirement) side.
    I don’t understand: A server port (Provider) can connect with multiple clients (Providers).
    Shouldn’t this be: A server port (Provider) can connect with multiple clients (*Requirers*).

    #5704
    cort
    Keymaster

    Yes! My mistake.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.