Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

  • class and classifier?
like image 539
Andrew Avatar asked Oct 04 '22 11:10

Andrew


1 Answers

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?

like image 73
Mark Avatar answered Oct 10 '22 03:10

Mark