public interface MTopic extends MTMObject, TopicIF
EVENT_ADD_OCCURRENCE, EVENT_ADD_SUBJECTIDENTIFIER, EVENT_ADD_SUBJECTLOCATOR, EVENT_ADD_TOPICNAME, EVENT_ADD_TYPE, EVENT_ADDED, EVENT_MODIFIED, EVENT_REMOVE_OCCURRENCE, EVENT_REMOVE_SUBJECTIDENTIFIER, EVENT_REMOVE_SUBJECTLOCATOR, EVENT_REMOVE_TOPICNAME, EVENT_REMOVE_TYPE, EVENT_REMOVED
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT
Modifier and Type | Method and Description |
---|---|
Collection<AssociationIF> |
getAssociations()
PUBLIC: Gets the associations that have roles played by this topic.
|
Collection<AssociationRoleIF> |
getRoles()
PUBLIC: Gets the association roles played by this topic.
|
Collection<TopicNameIF> |
getTopicNames()
PUBLIC: Gets the names of this topic.
|
addSubjectIdentifier, addSubjectLocator, addType, getAssociationsByType, getOccurrences, getOccurrencesByType, getReified, getRolesByType, getRolesByType, getSubjectIdentifiers, getSubjectLocators, getTopicNamesByType, getTypes, merge, removeSubjectIdentifier, removeSubjectLocator, removeType
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifier
Collection<TopicNameIF> getTopicNames()
TopicIF
getTopicNames
in interface TopicIF
Collection<AssociationIF> getAssociations()
TopicIF
getAssociations
in interface TopicIF
Collection<AssociationRoleIF> getRoles()
TopicIF