hahaking119 / vienna-add-in

Automatically exported from code.google.com/p/vienna-add-in
0 stars 0 forks source link

Implement explicit basedOn dependency in IBBIE and IASBIE #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current state:

BasedOn dependencies between BBIE and BCC (and ASBIE and ASCC) are
implicitly defined in the UPCC. Therefore, the IBBIE and IASBIE interfaces
(and their implementations) do not contain BasedOn properties.

However, the dependencies are defined in the conceptual model of UPCC and
are resolved via name matching. For example, a BBIE named "us_address" is
implicitly based on the BCC "address".

The BBIE and ASBIE classes are logical places for making these implicit
dependencies explicit.

What to do:

 * Implement IBBIE.BasedOn: IBCC
 * Implement IASBIE.BasedOn: IASCC

Original issue reported on code.google.com by cschollum on 16 Nov 2009 at 2:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r761.

Original comment by cschollum on 17 Nov 2009 at 9:41