Changeset 242 for branches/new-datamodel
- Timestamp:
- 03/21/10 19:25:42 (15 years ago)
- Location:
- branches/new-datamodel/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/new-datamodel/src/json/json_importer.lisp ¶
r234 r242 69 69 (declare (TopicMapC tm)) 70 70 (setf roles (xml-importer::set-standard-role-types roles)) 71 (add-to-t opicmaptm71 (add-to-tm tm 72 72 (make-construct 'AssociationC 73 73 :start-revision start-revision … … 128 128 (dolist (instanceOf-top instanceof-topics) 129 129 (json-create-instanceOf-association instanceOf-top top start-revision :tm tm)) 130 ; (add-to-t opicmaptm top) ; will be done in "json-to-stub"130 ; (add-to-tm tm top) ; will be done in "json-to-stub" 131 131 top))))) 132 132 … … 158 158 :topicid (getf json-decoded-list :id) 159 159 :xtm-id xtm-id))) 160 (add-to-t opicmaptm top)160 (add-to-tm tm top) 161 161 top))))) 162 162 … … 330 330 (error "Error in the creation of an instanceof association: core topics are missing")) 331 331 332 (add-to-t opicmap332 (add-to-tm 333 333 tm 334 334 (make-construct -
TabularUnified branches/new-datamodel/src/xml/xtm/importer.lisp ¶
r92 r242 137 137 ((top 138 138 (from-topic-elem-to-stub top-elem revision :xtm-id "core.xtm"))) 139 (add-to-t opicmaptm top)))))))139 (add-to-tm tm top))))))) 140 140 141 141 ;TODO: replace the two importers with this macro … … 191 191 :message "could not find type topic (first player)" 192 192 :reference topicid-of-supertype))) 193 (add-to-t opicmap193 (add-to-tm 194 194 tm 195 195 (make-construct
Note: See TracChangeset
for help on using the changeset viewer.