public interface ReifiableIF extends TMObjectIF
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_SET_REIFIER |
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT
Modifier and Type | Method and Description |
---|---|
TopicIF |
getReifier()
PUBLIC: Returns the topic that reifies this object.
|
void |
setReifier(TopicIF reifier)
PUBLIC: Sets the reifier of this object.
|
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifier
static final String EVENT_SET_REIFIER
TopicIF getReifier()
void setReifier(TopicIF reifier) throws DuplicateReificationException
DuplicateReificationException
- Thrown when the reifier
already reifies another object.