[isidorus-cvs] r187 - branches/new-datamodel/src/model

Lukas Giessmann lgiessmann at common-lisp.net
Mon Feb 15 11:53:03 UTC 2010


Author: lgiessmann
Date: Mon Feb 15 06:53:02 2010
New Revision: 187

Log:
new-datamodel: fixed a bug when exporting PersistentIdC

Modified:
   branches/new-datamodel/src/model/datamodel.lisp

Modified: branches/new-datamodel/src/model/datamodel.lisp
==============================================================================
--- branches/new-datamodel/src/model/datamodel.lisp	(original)
+++ branches/new-datamodel/src/model/datamodel.lisp	Mon Feb 15 06:53:02 2010
@@ -11,7 +11,7 @@
   (:use :cl :elephant :constants)
   (:nicknames :d)
   (:export ;;classes
-           :PersistenIdC
+           :PersistentIdC
 	   :ItemIdentifierC
 	   :SubjectLocatorC
 	   :TopicIdentificationC
@@ -580,3 +580,10 @@
   ()
   (:documentation "An abstract base class for all classes that describes
                    Topic Maps data."))
+
+
+;;; ScopableC ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;TODO: implement a ScopeAssociationC-class -> extend the uml schema
+
+;;; TypableC ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;TODO: implement a TypeAssociationC-class -> extend the uml schema
\ No newline at end of file




More information about the Isidorus-cvs mailing list