From: Xuan B. <med...@us...> - 2008-01-23 19:40:40
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12248/src/org/tm4j/topicmap/tmdm Modified Files: Topic.java Log Message: Allow for scope when creating occurrences. Index: Topic.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/Topic.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Topic.java 21 Jan 2008 20:00:25 -0000 1.2 --- Topic.java 23 Jan 2008 19:40:44 -0000 1.3 *************** *** 43,48 **** --- 43,53 ---- public TopicName createTopicName(String value,Topic type,Scope scope); + /* @TMDM public Occurrence createOccurrence(Topic type,Locator datatype,String value); + */ + + @TMDM + public Occurrence createOccurrence(Topic type,Locator datatype,String value,Scope scope); @TMDM |