In Class Diagram, what is the difference between Boundary, Entity, and Control Classes?

Asked

Viewed 1,071 times

1

I started to specify a project in UML and in the tool I am using has Boundary Classes, Entity Classes and Control Classes to make the Class Diagrams and Sequence Diagrams, what is the difference between these types of classes when making the specification?

1 answer

3


Entity Class: Models objects that behavior and information should be stored.

Border Class (or Interface): Models the interaction between the system and its operations.

Control Class: Models specific control behavior for one or more use cases.

References:

  • 1

    thank you, that’s exactly what I was looking for

Browser other questions tagged

You are not signed in. Login or sign up in order to post.