From: Xuan B. <med...@us...> - 2008-01-21 20:13:11
|
Update of /cvsroot/tm4j/tm4j/docs In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2288/tm4j/docs Modified Files: TMDM-support.html Log Message: Spelling fix: s/ccurence/ccurrence/ part 3: non-TMDM-spelling-fixes (found thanks to a code-review by Benjamin Bock <bb-...@bo...>) Index: TMDM-support.html =================================================================== RCS file: /cvsroot/tm4j/tm4j/docs/TMDM-support.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TMDM-support.html 20 Apr 2007 12:20:20 -0000 1.4 --- TMDM-support.html 21 Jan 2008 20:12:39 -0000 1.5 *************** *** 13,18 **** <ul> <li>multiple role players per role (removed in TMDM)</li> ! <li>occurence type mandatory (added in TMDM, can be simulated by a ! "default" occurence type)</li> <li>association type mandatory (added in TMDM, can be simulated by a "default" association type)</li> --- 13,18 ---- <ul> <li>multiple role players per role (removed in TMDM)</li> ! <li>occurrence type mandatory (added in TMDM, can be simulated by a ! "default" occurrence type)</li> <li>association type mandatory (added in TMDM, can be simulated by a "default" association type)</li> *************** *** 38,42 **** <li>topic name items</li> <li>variant items</li> ! <li>occurence items</li> <li>association items</li> <li>association role items<br> --- 38,42 ---- <li>topic name items</li> <li>variant items</li> ! <li>occurrence items</li> <li>association items</li> <li>association role items<br> *************** *** 65,76 **** <h3>TM4J and TMAPI</h3> <ul> ! <li>In TM4J 0.9.x, you can create an occurence for a topic and then ! orphan it by removing it from the set of Occurences from its parent by ! calling Topic.setOccurrences(). This orphaned occurence can later be ! added to a different Topic. However, orphaned occurences (that is: ! occurences without a parent), are not allowed in TMDM. Thus (and ! because indexing of these occurences would be more difficult), TM4J 2 ! should not support orphaned occurences. Thus, the corresponding API ! which allows orphaning occurences and readding occurences to different topics (maybe even without properly removing them from their previous parents) should be depreciated and later removed.<br> --- 65,76 ---- <h3>TM4J and TMAPI</h3> <ul> ! <li>In TM4J 0.9.x, you can create an occurrence for a topic and then ! orphan it by removing it from the set of Occurrences from its parent by ! calling Topic.setOccurrences(). This orphaned occurrence can later be ! added to a different Topic. However, orphaned occurrences (that is: ! occurrences without a parent), are not allowed in TMDM. Thus (and ! because indexing of these occurrences would be more difficult), TM4J 2 ! should not support orphaned occurrences. Thus, the corresponding API ! which allows orphaning occurrences and readding occurrences to different topics (maybe even without properly removing them from their previous parents) should be depreciated and later removed.<br> |