How can a package implement an interface (as Larmans extension in his book describing UML points out)? Is this just the simple case where each class is of the same type?
Todd Newbold
Ranch Hand
Joined: Sep 20, 2001
Posts: 85
posted
0
I have a similar question, which of these diagrams can implement interfaces -package diagram -component diagram -deployment diagram Thanks
Puja Potdar
Greenhorn
Joined: Oct 17, 2001
Posts: 20
posted
0
Package and Component disagram can implemnt interface.
Michal Harezlak
Ranch Hand
Joined: Jul 06, 2000
Posts: 185
posted
0
Originally posted by steven brown: How can a package implement an interface (as Larmans extension in his book describing UML points out)? Is this just the simple case where each class is of the same type?
How about facade patern? Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: packages implementing an interface in UML