Re: How would you design this?

From: Rio (riolino_eatball_at_yahoo.com)
Date: 12/07/04


Date: Tue, 7 Dec 2004 01:53:33 +0100

A is Table
B is TableRow
C is TableCell which can have an entire table within it after parsting HTML.

"Andrew Thompson" <SeeMySites@www.invalid> wrote in message
news:wpjmikoepql5.gs0ljxypy8wk$.dlg@40tude.net...
> On Tue, 7 Dec 2004 01:20:21 +0100, Rio wrote:
>
> > Object of class A consists of array of objects B which consist of array
of
> > object C but I need objects C to be able to consist of array of objects
A?
>
> Three questions..
>
> What *is* 'A'?
> " " 'B'?
> " " 'C'?
>
> --
> Andrew Thompson
> http://www.PhySci.org/codes/ Web & IT Help
> http://www.PhySci.org/ Open-source software suite
> http://www.1point1C.org/ Science & Technology
> http://www.LensEscapes.com/ Images that escape the mundane



Relevant Pages

  • Re: How to do an array?
    ... I have a html file that consists of several hundred ... To store the data on the server, ... correct to say an array is created and for this example the array ... I had wanted to write a shell script ...
    (alt.html)
  • Re: Refer to field headings?
    ... first line consists of field names and the rest of the lines have the ... An alternative would be to create explicit variables based on those names (or at ... Which approach to choose (array or variables) depends on how many times you need ... to reference those fields (the variables require more typing at initialisation, ...
    (comp.lang.awk)
  • Re: imagesc command
    ... Yeah, like I said, you shouldn't do that either. ... not to mention the rest of the array (not ... imagescwould be expecting, because I believe it's expecting those ... ae = consists of values of the one parameter and similarly ai consist of the values of the second parameter. ...
    (comp.soft-sys.matlab)
  • Serializing array of objects of different types
    ... So that Contents object is array that consists of Resource or Category ...
    (microsoft.public.dotnet.xml)