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 TopicNameVariantName. 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 voidVariantName. 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 TopicNameIFTopicNameController. add(TopicMapIF tm, TopicIF topic, TopicName name)TopicNameIFTopicNameController. add(TopicMapIF tm, TopicName name)voidTopicNameResource. addTopicName(TopicName name)voidTopicNamesResource. addTopicName(TopicName name)TopicNameIFTopicNameController. change(TopicMapIF topicMap, TopicNameIF result, TopicName name)TopicNameIFTopicNameResource. changeTopicName(TopicName name)voidTopicNameController. remove(TopicMapIF tm, TopicName name)TopicNameIFTopicNameController. resolve(TopicMapIF tm, TopicName name)
-