Displaying 2 results from an estimated 2 matches for "cell_type".
Did you mean:
call_type
2006 Jun 26
1
How to model attribute and attribute-value dependencies
...on
the values of certain key cell attributes
(eg. if the value of the type attribute is ''I/O'', then certain
attribute fields will not apply)
and
2) the legal values of many of the attributes will vary depending on
the value of other attributes
(eg. if the value of the ''cell_type'' attribute is ''blah'' then the
legal values for attribute ''foo'' are [abc, def, ghi], otherwise they
are [abc, ghi].
I get the whole notion of single inheritance tables which I will need
to use here; what I don''t get is how I can model these depe...
2006 Jun 25
0
storing attribute legal values in model and/or database
...certain key cell attributes
(eg. if the value of the library attribute is ''xx00'', then certain
attribute
fields will not apply)
and
2) the legal values of many of the attributes will vary depending on the
value
of other attributes
(eg. if the value of the ''cell_type'' attribute is ''blah'' then the
legal values
for attribute ''foo'' are [abc, def, ghi], otherwise they are [abc,
ghi].
I get the whole notion of single inheritance tables which I will need to
use here;
what I don''t get is how I can model the...