Package net.ontopia.topicmaps.rest.model
Class Topic
- java.lang.Object
-
- net.ontopia.topicmaps.rest.model.TMObject
-
- net.ontopia.topicmaps.rest.model.Topic
-
public class Topic extends TMObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Occurrence>
getOccurrences()
Reifiable
getReified()
Collection<AssociationRole>
getRoles()
Collection<URILocator>
getSubjectIdentifiers()
Collection<URILocator>
getSubjectLocators()
Collection<TopicName>
getTopicNames()
Collection<Topic>
getTypes()
void
setSubjectIdentifiers(Collection<URILocator> subjectIdentifiers)
void
setSubjectLocators(Collection<URILocator> subjectLocators)
-
Methods inherited from class net.ontopia.topicmaps.rest.model.TMObject
getItemIdentifiers, getObjectId, setItemIdentifiers
-
-
-
-
Constructor Detail
-
Topic
public Topic()
-
Topic
public Topic(String objectId)
-
-
Method Detail
-
getSubjectLocators
public Collection<URILocator> getSubjectLocators()
-
setSubjectLocators
public void setSubjectLocators(Collection<URILocator> subjectLocators)
-
getSubjectIdentifiers
public Collection<URILocator> getSubjectIdentifiers()
-
setSubjectIdentifiers
public void setSubjectIdentifiers(Collection<URILocator> subjectIdentifiers)
-
getTypes
public Collection<Topic> getTypes()
-
getTopicNames
public Collection<TopicName> getTopicNames()
-
getOccurrences
public Collection<Occurrence> getOccurrences()
-
getRoles
public Collection<AssociationRole> getRoles()
-
getReified
public Reifiable getReified()
-
-