public interface ScopedIF extends TMObjectIF
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT
Modifier and Type | Method and Description |
---|---|
void |
addTheme(TopicIF theme)
PUBLIC: Add a topic to this scope.
|
Collection<TopicIF> |
getScope()
PUBLIC: Returns the set of topics that are the stated scope of
this object.
|
void |
removeTheme(TopicIF theme)
PUBLIC: Remove a topic from this scope.
|
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifier
Collection<TopicIF> getScope()
void addTheme(TopicIF theme)
theme
- A topic to be added to this scope; an object
implementing TopicIF.void removeTheme(TopicIF theme)
theme
- A topic to be removed from this scope; an object implementing TopicIF.