Specifying physical dependencies in a MDA model
From: Francois Tanguay (francois_tanguay_online_at_hotmail.com)
Date: 01/13/04
- Next message: John Roth: "Re: TDD: Test-Driven Design or Test-Driven Development?"
- Previous message: CTips: "Re: TDD: Test-Driven Design or Test-Driven Development?"
- Next in thread: Yanni Chiu: "Re: Specifying physical dependencies in a MDA model"
- Reply: Yanni Chiu: "Re: Specifying physical dependencies in a MDA model"
- Reply: H. S. Lahman: "Re: Specifying physical dependencies in a MDA model"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 13 Jan 2004 09:33:55 -0500
I just finished reading Executable UML: How to build Class Models and am
ready to conquer the world, which is a really nice book btw.
I was wondering if we should be able to specify depedencies in a model. I
mean since every association is binary, every class depends on every class
on an analysis point of view.
I'm curious as how the Model compiler will decide which physical depedencies
should be created and which depedencies should be left out for the sake of
reusability ?
Is it done by coloring the model in order to indicate which parts need to be
reusable separatly and which aren't ?
+-------+1 0..* +-------+
| Client |------------------------------- | Loan |
+-------+ is Contracted By Contracts +-------+
Since Loan class represents a class that contains calculations for the loan
fees, amount, .... I'd like to make sure Loan can be reused without Client
since it would make sense in a financial calculator which does not represent
a client with a name, address, ....
So I figured out I need to represent this requirement in the model. But how
?
Thanks,
Francois Tanguay
- Next message: John Roth: "Re: TDD: Test-Driven Design or Test-Driven Development?"
- Previous message: CTips: "Re: TDD: Test-Driven Design or Test-Driven Development?"
- Next in thread: Yanni Chiu: "Re: Specifying physical dependencies in a MDA model"
- Reply: Yanni Chiu: "Re: Specifying physical dependencies in a MDA model"
- Reply: H. S. Lahman: "Re: Specifying physical dependencies in a MDA model"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|