Пример #1
0
 static boolean isOntopia(TopicMap topicMap) {
   return topicMap.getClass().getName().startsWith(_ONTOPIA);
 }
Пример #2
0
 static boolean isTinyTim(TopicMap topicMap) {
   return topicMap.getClass().getName().startsWith(_TINYTIM);
 }