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