Ignore:
Timestamp:
02/15/10 11:53:02 (15 years ago)
Author:
lgiessmann
Message:

new-datamodel: fixed a bug when exporting PersistentIdC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/new-datamodel/src/model/datamodel.lisp

    r186 r187  
    1212  (:nicknames :d)
    1313  (:export ;;classes
    14            :PersistenIdC
     14           :PersistentIdC
    1515           :ItemIdentifierC
    1616           :SubjectLocatorC
     
    581581  (:documentation "An abstract base class for all classes that describes
    582582                   Topic Maps data."))
     583
     584
     585;;; ScopableC ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     586;;TODO: implement a ScopeAssociationC-class -> extend the uml schema
     587
     588;;; TypableC ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     589;;TODO: implement a TypeAssociationC-class -> extend the uml schema
Note: See TracChangeset for help on using the changeset viewer.