Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12019/src/org/tm4j/topicmap/tmdm
Modified Files:
ReadableReifiable.java Reifiable.java
Log Message:
Provide hints for which standard is represented by which method in Reifiable, ReadableReifiable. (upon a suggestion during a code-review by Benjamin Bock <bb-...@bo...>)
Index: Reifiable.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/Reifiable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Reifiable.java 21 Jan 2008 20:26:24 -0000 1.2
--- Reifiable.java 21 Jan 2008 20:34:12 -0000 1.3
***************
*** 11,18 ****
--- 11,21 ----
public interface Reifiable extends ReadableReifiable,TopicMapConstruct {
+ @TMDM
+ @TMAPI
public Topic getReifier();
// not yet implemented.
/*
+ @TMDM
public void setReifier(Topic reifier);
*/
Index: ReadableReifiable.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/ReadableReifiable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ReadableReifiable.java 21 Jan 2008 11:13:44 -0000 1.1
--- ReadableReifiable.java 21 Jan 2008 20:34:12 -0000 1.2
***************
*** 11,14 ****
--- 11,16 ----
public interface ReadableReifiable extends ReadableTopicMapConstruct {
+ @TMDM
+ @TMAPI
public Topic getReifier();
}
|