Package | Description |
---|---|
net.ontopia.topicmaps.rest.model | |
net.ontopia.topicmaps.rest.v1 | |
net.ontopia.topicmaps.rest.v1.scoped | |
net.ontopia.topicmaps.rest.v1.topic |
Modifier and Type | Method and Description |
---|---|
Topic |
AssociationRole.getPlayer() |
Topic |
Reifiable.getReifier() |
Topic |
Occurrence.getTopic() |
Topic |
VariantName.getTopic() |
Topic |
TopicName.getTopic() |
Topic |
Occurrence.getType() |
Topic |
Association.getType() |
Topic |
AssociationRole.getType() |
Topic |
TopicName.getType() |
Modifier and Type | Method and Description |
---|---|
Collection<Topic> |
Scoped.getScope() |
Collection<Topic> |
Topic.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationRole.setPlayer(Topic player) |
void |
Reifiable.setReifier(Topic reifier) |
void |
Occurrence.setTopic(Topic topic) |
void |
TopicName.setTopic(Topic topic) |
void |
Occurrence.setType(Topic type) |
void |
Association.setType(Topic type) |
void |
AssociationRole.setType(Topic type) |
void |
TopicName.setType(Topic type) |
Modifier and Type | Method and Description |
---|---|
void |
Scoped.setScope(Collection<Topic> scope) |
Modifier and Type | Method and Description |
---|---|
void |
ReifiableController.setReifier(ReifiableIF reifiable,
Topic reifier) |
void |
TypedController.setType(TypedIF typed,
Topic type) |
Modifier and Type | Method and Description |
---|---|
void |
ScopedController.add(ScopedIF scoped,
Topic scope) |
Collection<TopicIF> |
ScopedResource.addScope(Topic scope) |
void |
ScopedController.remove(ScopedIF scoped,
Topic scope) |
Modifier and Type | Method and Description |
---|---|
Collection<TopicIF> |
ScopedController.resolve(TopicMapIF tm,
Collection<Topic> scope) |
void |
ScopedController.setScope(ScopedIF scoped,
Collection<Topic> scope) |
Modifier and Type | Method and Description |
---|---|
TopicIF |
TopicController.add(TopicMapIF tm,
Topic topic) |
TopicIF |
TopicController.add(TopicMapIF tm,
TopicIF type,
Topic topic) |
void |
TopicResource.addTopic(Topic topic) |
void |
TopicsResource.addTopic(Topic topic) |
Collection<TopicIF> |
TopicTypesResource.addType(Topic type) |
void |
TopicController.addType(TopicIF topic,
Topic type) |
TopicIF |
TopicController.change(TopicMapIF tm,
TopicIF result,
Topic topic) |
TopicIF |
TopicResource.changeTopic(Topic topic) |
void |
TopicController.remove(TopicMapIF tm,
Topic topic) |
void |
TopicController.removeType(TopicIF topic,
Topic type) |
TopicIF |
TopicController.resolve(TopicMapIF tm,
Topic topic) |
void |
TopicController.setSubjectIdentifiers(TopicIF object,
Topic pojo) |
void |
TopicController.setSubjectLocators(TopicIF object,
Topic pojo) |
void |
TopicController.setTypes(TopicIF object,
Topic pojo) |