Menu

#3 record_type,fields,field_decl,scope

open
None
7
2003-01-14
2003-01-14
No

This should declare a bidirectional relationship between
the record_type and the field_decl.

a record type contains a list of fields, they are instances of
the field_decl class. The list is chained togeather.
The reverse relationship is the scope, each field points
back at its containing structure

named-ordered-collection(
from => record_type,
to => field_decl,
name => "Fields",
field => "flds",
chain => "chan"
reverse => "Scope"
reverse_field => "scpe"
)

Discussion

  • James Michael DuPont

    • priority: 5 --> 7
    • assigned_to: nobody --> marioluca
     
  • James Michael DuPont

    Logged In: YES
    user_id=147871

    Mario,
    please review this.

     
  • James Michael DuPont

    Logged In: YES
    user_id=147871

    save this

     

Log in to post a comment.