Esempio n. 1
0
 static boolean isOntopia(TopicMap topicMap) {
   return topicMap.getClass().getName().startsWith(_ONTOPIA);
 }
Esempio n. 2
0
 static boolean isTinyTim(TopicMap topicMap) {
   return topicMap.getClass().getName().startsWith(_TINYTIM);
 }