Andrew
Andrew

Reputation: 723

what is the differences between class and classifier in UML

When i read through UML specification there is two words i am not sure if both are the same or not those words are:

class and classifier

What is the differences between

Upvotes: 5

Views: 2775

Answers (1)

Mark
Mark

Reputation: 2038

The term classifier is more general than class. A classifier can include an interface or even a use case.

In practice, I've only run across the term classifier in certain situations, notably when using a tool such as MagicDraw.

You can read more here: What do you mean by classifiers in UML?

Upvotes: 5

Related Questions