Class ReifiableImpl
java.lang.Object
net.ontopia.topicmaps.impl.tmapi2.ReifiableImpl
- All Implemented Interfaces:
org.tmapi.core.Construct,org.tmapi.core.Reifiable
- Direct Known Subclasses:
RoleImpl,ScopedImpl,TopicMapImpl
INTERNAL: OKS->TMAPI 2 object wrapper.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemIdentifier(org.tmapi.core.Locator iid) booleangetId()Set<org.tmapi.core.Locator>protected abstract TMObjectIFinthashCode()voidremove()voidremoveItemIdentifier(org.tmapi.core.Locator iid) voidsetReifier(org.tmapi.core.Topic reifier) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tmapi.core.Construct
addItemIdentifier, equals, getId, getItemIdentifiers, getParent, getTopicMap, hashCode, remove, removeItemIdentifier
-
Field Details
-
topicMap
-
-
Constructor Details
-
ReifiableImpl
-
-
Method Details
-
getReifier
- Specified by:
getReifierin interfaceorg.tmapi.core.Reifiable
-
setReifier
public void setReifier(org.tmapi.core.Topic reifier) throws org.tmapi.core.ModelConstraintException - Specified by:
setReifierin interfaceorg.tmapi.core.Reifiable- Throws:
org.tmapi.core.ModelConstraintException
-
getWrapped
-
getId
- Specified by:
getIdin interfaceorg.tmapi.core.Construct
-
getItemIdentifiers
- Specified by:
getItemIdentifiersin interfaceorg.tmapi.core.Construct
-
addItemIdentifier
public void addItemIdentifier(org.tmapi.core.Locator iid) - Specified by:
addItemIdentifierin interfaceorg.tmapi.core.Construct
-
removeItemIdentifier
public void removeItemIdentifier(org.tmapi.core.Locator iid) - Specified by:
removeItemIdentifierin interfaceorg.tmapi.core.Construct
-
getTopicMap
- Specified by:
getTopicMapin interfaceorg.tmapi.core.Construct
-
remove
public void remove()- Specified by:
removein interfaceorg.tmapi.core.Construct
-
equals
-
hashCode
public int hashCode()
-