Uses of Class
net.ontopia.topicmaps.rest.model.AssociationRole
-
Packages that use AssociationRole Package Description net.ontopia.topicmaps.rest.model net.ontopia.topicmaps.rest.v1.role -
-
Uses of AssociationRole in net.ontopia.topicmaps.rest.model
Methods in net.ontopia.topicmaps.rest.model that return types with arguments of type AssociationRole Modifier and Type Method Description Collection<AssociationRole>
Association. getRoles()
Collection<AssociationRole>
Topic. getRoles()
Method parameters in net.ontopia.topicmaps.rest.model with type arguments of type AssociationRole Modifier and Type Method Description void
Association. setRoles(Collection<AssociationRole> roles)
-
Uses of AssociationRole in net.ontopia.topicmaps.rest.v1.role
Methods in net.ontopia.topicmaps.rest.v1.role with parameters of type AssociationRole Modifier and Type Method Description AssociationRoleIF
RoleController. add(TopicMapIF tm, AssociationIF association, AssociationRole role)
void
RoleResource. addAssociationRole(AssociationRole role)
void
RolesResource. addAssociationRole(AssociationRole role)
AssociationRoleIF
RoleController. change(TopicMapIF tm, AssociationRoleIF result, AssociationRole role)
AssociationRoleIF
RoleResource. changeAssociationRole(AssociationRole role)
void
RoleController. remove(TopicMapIF tm, AssociationRole role)
AssociationRoleIF
RoleController. resolve(TopicMapIF tm, AssociationRole role)
-