1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some compilation errors left over from the MERGE. More... over 23 years ago
A change to the DTD from Michael Miller to fix issues with empty elements for BQS, BioEvent and Measurement More... over 23 years ago
Michael Miller discovered some problems with the DTD generation code that were not previously checked due to not having XMLSPY. The problems allowed one to create an invalid document that wouldn't verify under normal usage. This version corrects the problem. More... almost 24 years ago
Added Michael Miller's updated Java Generation code. He broke out the Java Generation into separate classes. Folded in some C++ generation code into this as well. More... almost 24 years ago
Additions made to the c++ generation code. Needed the ability to know if an object is identifiable. More... almost 24 years ago
updated from Michael Miller:
jester
as jason_e_stewart
More... almost 24 years ago
We updated the model to include NodeValue objects. More... almost 24 years ago
This is a new generated DTD from the MAGE work. More... almost 24 years ago
Added the xmi file to the PIM. Seems to belong here better than in the classes directory. More... almost 24 years ago
There were a few spurious paranthesis that needed to be removed do to a slightly invalid search and replace More... almost 24 years ago
Added an Important class that I left out of the last checkin and removed Helpers which has been subsumed by XMIParseHelpers.java More... almost 24 years ago
Initial revision More... almost 24 years ago
The Latest Generation code for the CPP, Java and DTD files. More... almost 24 years ago
The new Generated DTD plus updated examples including the Drosophila genome from Affymetrix More... almost 24 years ago
We moved all this to the toplevel More... almost 24 years ago
Initial revision More... almost 24 years ago
I needed to add these files. We will need to move all this code up one level eventually. Not sure how to do this yet under sourceforge. More... almost 24 years ago
Merged in Michael's changes and made some changes of my own to CreateCPP We are close to correct cpp files. More... almost 24 years ago
This is the first update from the JavaGeneration of the CPP code from the XMI file. More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Now supports "#file" directives, file documentation, attribute documentation. More... almost 24 years ago
Output operations. More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Prototype XSLT code generator (model XMI to Java source). More... almost 24 years ago
Added a Jane_N_Doe person to test reference finding More... almost 24 years ago
* MAGE-ML.dtd (Repository): changed all _assn => _assnref like I meant to
jester
as jason_e_stewart
More... almost 24 years ago
* examples/AuditAndSecurity_package.xml (Repository): * MAGE-ML.dtd (Repository): Not all changes had been made. now they are all made.
jester
as jason_e_stewart
More... almost 24 years ago
* examples/AuditAndSecurity_package.xml (Repository): * MAGE-ML.dtd (Repository): All associations objects are now contained within either: <ASSOCIATION_NAME_assn>: if the association is aggregate by value <ASSOCIATION_NAME_assnref>: otherwise <ASSOCIATION_NAME_assnlist>: if the cardinality is > 1 and aggregate <ASSOCIATION_NAME_assnreflist>: otherwise
jester
as jason_e_stewart
More... almost 24 years ago
usual
jester
as jason_e_stewart
More... almost 24 years ago
* create-mage-classes.pl (Repository): Removed Java and C++ Added the use of Bio::MAGE::Association for including association meta-data to classes All info taken directly from XMI file (or cached dump file) Files no longer print LAST UPDATED with date. This is a pain for using diff to explore differences between versions. New class method, associations(), a list of Bio::MAGE::Association objects. TestMAGE.pm now has is_object() Fixed var names in test files test files now always created (even if they exist) test files now test each association for the existence of meta-data. Package modules have new class method, classes(), that is a list of class names
jester
as jason_e_stewart
More... almost 24 years ago