Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15026/src/org/tm4j/topicmap/tmdm
Modified Files:
ReadableOccurence.java ReadableTopicName.java
Log Message:
Let Occurence.getParent() exist. (due to a request triggered by a code-review by Benjamin Bock <bb-...@bo...>)
Index: ReadableTopicName.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/ReadableTopicName.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ReadableTopicName.java 21 Jan 2008 19:21:15 -0000 1.2
--- ReadableTopicName.java 21 Jan 2008 19:28:03 -0000 1.3
***************
*** 19,23 ****
public String getValue();
-
/**
FIXME: it is unclear whether we should expose this method in this interface.
--- 19,22 ----
Index: ReadableOccurence.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/ReadableOccurence.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ReadableOccurence.java 21 Jan 2008 11:13:44 -0000 1.1
--- ReadableOccurence.java 21 Jan 2008 19:28:03 -0000 1.2
***************
*** 21,24 ****
--- 21,30 ----
@TMAPI
public String getValue();
+
+ /**
+ FIXME: it is unclear whether we should expose this method in this interface.
+ */
+ @TMDM
+ public ReadableTopic getParent();
}
|