public class Topic extends TMObject
Modifier and Type | Method and 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) |
getItemIdentifiers, getObjectId, setItemIdentifiers
public Topic()
public Topic(String objectId)
public Collection<URILocator> getSubjectLocators()
public void setSubjectLocators(Collection<URILocator> subjectLocators)
public Collection<URILocator> getSubjectIdentifiers()
public void setSubjectIdentifiers(Collection<URILocator> subjectIdentifiers)
public Collection<Topic> getTypes()
public Collection<TopicName> getTopicNames()
public Collection<Occurrence> getOccurrences()
public Collection<AssociationRole> getRoles()
public Reifiable getReified()