The data, as it is being parsed, is added to $self->{model}. Anything seen before
authorMark Addison <grommit@users.sourceforge.net>
Mon, 29 Sep 2003 11:17:04 +0000 (11:17 +0000)
committerMark Addison <grommit@users.sourceforge.net>
Mon, 29 Sep 2003 11:17:04 +0000 (11:17 +0000)
commit0b3f94e0a6702d84d159612c987bedfd634fdb55
tree9456e6d529dbe3f453344979aa98f5c92a0240a2
parent600ac2f7ee30ad10925d316c2bc8bc3ee965340d
The data, as it is being parsed, is added to $self->{model}. Anything seen before
is then looked up in here and reffed so we don't go round in circles! Allows
parser to build up self referncing data structure for the model.

Added associations for classes, linked by the ends.
lib/SQL/Translator/XMI/Parser.pm