Uses of Class
net.ontopia.topicmaps.rest.model.TopicName
-
Packages that use TopicName Package Description net.ontopia.topicmaps.rest.model net.ontopia.topicmaps.rest.v1.name -
-
Uses of TopicName in net.ontopia.topicmaps.rest.model
Methods in net.ontopia.topicmaps.rest.model that return TopicName Modifier and Type Method Description TopicName
VariantName. getTopicName()
Methods in net.ontopia.topicmaps.rest.model that return types with arguments of type TopicName Modifier and Type Method Description Collection<TopicName>
Topic. getTopicNames()
Methods in net.ontopia.topicmaps.rest.model with parameters of type TopicName Modifier and Type Method Description void
VariantName. setTopicName(TopicName topicName)
-
Uses of TopicName in net.ontopia.topicmaps.rest.v1.name
Methods in net.ontopia.topicmaps.rest.v1.name with parameters of type TopicName Modifier and Type Method Description TopicNameIF
TopicNameController. add(TopicMapIF tm, TopicIF topic, TopicName name)
TopicNameIF
TopicNameController. add(TopicMapIF tm, TopicName name)
void
TopicNameResource. addTopicName(TopicName name)
void
TopicNamesResource. addTopicName(TopicName name)
TopicNameIF
TopicNameController. change(TopicMapIF topicMap, TopicNameIF result, TopicName name)
TopicNameIF
TopicNameResource. changeTopicName(TopicName name)
void
TopicNameController. remove(TopicMapIF tm, TopicName name)
TopicNameIF
TopicNameController. resolve(TopicMapIF tm, TopicName name)
-