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
public abstract class ScopedImpl extends ReifiableImpl implements org.tmapi.core.Scoped
INTERNAL: OKS->TMAPI 2 object wrapper.
-
-
Field Summary
Fields Modifier and Type Field Description protected TopicMapImpltopicMap
-
Constructor Summary
Constructors Constructor Description ScopedImpl(TopicMapImpl topicMap)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddItemIdentifier(org.tmapi.core.Locator iid)voidaddTheme(org.tmapi.core.Topic theme)booleanequals(Object obj)StringgetId()Set<org.tmapi.core.Locator>getItemIdentifiers()Set<org.tmapi.core.Topic>getScope()TopicMapImplgetTopicMap()protected abstract TMObjectIFgetWrapped()inthashCode()voidremove()voidremoveItemIdentifier(org.tmapi.core.Locator iid)voidremoveTheme(org.tmapi.core.Topic theme)-
Methods inherited from class net.ontopia.topicmaps.impl.tmapi2.ReifiableImpl
getReifier, setReifier
-
-
-
-
Field Detail
-
topicMap
protected TopicMapImpl topicMap
-
-
Constructor Detail
-
ScopedImpl
public ScopedImpl(TopicMapImpl topicMap)
-
-
Method Detail
-
getScope
public Set<org.tmapi.core.Topic> 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
protected abstract TMObjectIF getWrapped()
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.tmapi.core.Construct
-
getItemIdentifiers
public Set<org.tmapi.core.Locator> 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
public TopicMapImpl getTopicMap()
- Specified by:
getTopicMapin interfaceorg.tmapi.core.Construct
-
remove
public void remove()
- Specified by:
removein interfaceorg.tmapi.core.Construct
-
equals
public boolean equals(Object obj)
-
-