Re: How to express conditional dependency between components in UML?
- From: "Shesh" <shesh@xxxxxxxxx>
- Date: 31 May 2005 01:05:02 -0700
kirkk wrote:
> A component diagram is a static diagram. This translates into design
> time or compile time relationships. Since there is no compile time
> relationship between CompA and CompB, this wouldn't be represented on a
> component diagram. That's why there is no good way to represent it.
I have a question regarding the compile time relationships.
As per my understanding, when class A inherits class B OR
class A calls methods of class B, there exists a
compile time relationship between A and B.
Here, the CompA instantiates a class from CompB and it may call some
methods of that class. So, can we say there is a compile time
relationship between CompA and CompB?
Thanks,
Shesh
.
- Follow-Ups:
- References:
- How to express conditional dependency between components in UML?
- From: Petri J. Riipinen
- Re: How to express conditional dependency between components in UML?
- From: kirkk
- How to express conditional dependency between components in UML?
- Prev by Date: Re: Full life cycle development
- Next by Date: Re: Full life cycle development
- Previous by thread: Re: How to express conditional dependency between components in UML?
- Next by thread: Re: How to express conditional dependency between components in UML?
- Index(es):
Relevant Pages
|