Example #1
0
 public String getTypeId() {
   TopicType defaultTopicType = OntopolyUtils.getDefaultTopicType(topic);
   return session.getStableId(defaultTopicType);
 }
Example #2
0
 public String getId() {
   return session.getStableId(topic);
 }