Class ScopedImpl
java.lang.Object
net.ontopia.topicmaps.impl.tmapi2.ReifiableImpl
net.ontopia.topicmaps.impl.tmapi2.ScopedImpl
- All Implemented Interfaces:
org.tmapi.core.Construct,org.tmapi.core.Reifiable,org.tmapi.core.Scoped
- Direct Known Subclasses:
AssociationImpl,DatatypeAwareImpl,NameImpl
INTERNAL: OKS->TMAPI 2 object wrapper.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemIdentifier(org.tmapi.core.Locator iid) voidaddTheme(org.tmapi.core.Topic theme) booleangetId()Set<org.tmapi.core.Locator>Set<org.tmapi.core.Topic>getScope()protected abstract TMObjectIFinthashCode()voidremove()voidremoveItemIdentifier(org.tmapi.core.Locator iid) voidremoveTheme(org.tmapi.core.Topic theme) Methods inherited from class net.ontopia.topicmaps.impl.tmapi2.ReifiableImpl
getReifier, setReifierMethods 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
-
ScopedImpl
-
-
Method Details
-
getScope
- Specified by:
getScopein interfaceorg.tmapi.core.Scoped
-
addTheme
public void addTheme(org.tmapi.core.Topic theme) - Specified by:
addThemein interfaceorg.tmapi.core.Scoped
-
removeTheme
public void removeTheme(org.tmapi.core.Topic theme) - Specified by:
removeThemein interfaceorg.tmapi.core.Scoped
-
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()
-