Am 2014-08-23 um 17:16 schrieb Simon King: > Hi Daniel, > > On 2014-08-23, Daniel Krenn <[email protected]> wrote: >> +- MyElementBase >> +-- MyElementA (derived from MyElementBase) >> +-- MyElementB (derived from MyElementBase) > > I wonder: Is it really the case that one single parent P, which is an > instance of a parent class P_class, shall simultaneously have elements > of type MyElementA and MyElementB? Or is it rather the case that you > have one single parent class P_class, and then have two instances P_A > and P_B of P_class, where P_A's elements should be instances of > MyElementA and P_B's elements of MyElementB?
I have a recursive structure (see my other posting); therefore it should be only one parent (IMHO). Daniel -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
