Uses of Class
net.ontopia.topicmaps.rest.model.Occurrence
-
Packages that use Occurrence Package Description net.ontopia.topicmaps.rest.model net.ontopia.topicmaps.rest.v1.occurrence -
-
Uses of Occurrence in net.ontopia.topicmaps.rest.model
Methods in net.ontopia.topicmaps.rest.model that return types with arguments of type Occurrence Modifier and Type Method Description Collection<Occurrence>Topic. getOccurrences() -
Uses of Occurrence in net.ontopia.topicmaps.rest.v1.occurrence
Methods in net.ontopia.topicmaps.rest.v1.occurrence with parameters of type Occurrence Modifier and Type Method Description OccurrenceIFOccurrenceController. add(TopicMapIF tm, TopicIF topic, Occurrence occurrence)OccurrenceIFOccurrenceController. add(TopicMapIF tm, Occurrence occurrence)voidOccurrenceResource. addOccurrence(Occurrence occurrence)voidOccurrencesResource. addOccurrence(Occurrence occurrence)OccurrenceIFOccurrenceController. change(TopicMapIF tm, OccurrenceIF result, Occurrence occurrence)OccurrenceIFOccurrenceResource. changeOccurrence(Occurrence occurrence)voidOccurrenceController. remove(TopicMapIF tm, Occurrence occurrence)OccurrenceIFOccurrenceController. resolve(TopicMapIF tm, Occurrence occurrence)
-