Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > coding technique > diagram > UML diagram > class diagram > informal class diagram
Next class diagramsystem model class diagram    Upclass diagram

informal class diagram
subjectfact 
informal class diagramdoes not model software that will be developed2001-08-30 14:55:57.0
helps in understanding the domain2001-08-30 14:55:57.0
is a subtopic of 5.8 - The Process Of Developing Class Diagrams2001-08-30 14:55:57.0
is part of exploratory domain model2001-08-30 14:55:57.0
is a kind of class diagram2001-08-30 14:55:57.0
may be created while performing domain analysis2001-08-30 14:55:57.0
usually contains classes, associations and attributes that are outside the scope of the system2001-08-30 14:55:57.0
class diagramcan generate an infinite number of instance diagrams2001-08-30 14:54:51.0
describes the data found in a software system2001-08-30 14:54:51.0
has part OCL statement in a class diagram2001-08-30 14:54:51.0
is an important tool for requirements analysis and design of object oriented software systems2001-08-30 14:54:51.0
may show attributes and operations contained in each class by dividing a class box into three smaller boxes: the top box contains the class name, the middle box lists the attributes, and the bottom box lists operations.2001-08-30 14:54:51.0
may show that a class has no attributes or operations by showing an empty box2001-08-30 14:54:51.0
shows the services offered by components and the main data to be stored2001-08-30 14:54:51.0
UML diagramsee also Unified Modelling Language2001-08-30 14:58:07.0
diagramhas advantages it conveys or summarizes complex concepts or mechanisms more easily than other techniques2001-08-30 14:55:19.0
has problems
  • can be hard for users to interact with or interpret
  • not usable by blind people
  • it can be expensive to program diagram drawing software
2001-08-30 14:55:19.0
should have a label if its meaning is not obvious, using a caption or pop-up label that appears when the user moves the mouse over it2001-08-30 14:55:19.0

Next class diagramsystem model class diagram    Upclass diagram