Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > package |
| package comparison table | ||||||||||
| Subject | divide up into | have dependency / with | be not | has definition | be | see also | represent | is a subtopic of | is a kind of | draw as |
|---|---|---|---|---|---|---|---|---|---|---|
| representation | subject | |||||||||
| package | classes | another package if there is a dependency between an element in one package and an element in another | the same as package^2 in Java | A collection of modelling elements that are grouped together because they are logically related | difficult to use if it depends on many other packages, since using it will also necessitate importing its dependent packages | package^3 | a Java package | 9.4 - Software Architecture | representation | as a box, with a smaller box attached above its top left corner |
Next representation: scenario Up: representation Previous representation: name