Class ScopedIndexImpl
java.lang.Object
net.ontopia.topicmaps.impl.tmapi2.index.ScopedIndexImpl
- All Implemented Interfaces:
org.tmapi.index.Index,org.tmapi.index.ScopedIndex
This is the implementation for the TMAPI2
ScopedIndex interface.
INTERNAL: OKS->TMAPI 2 object wrapper.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Collection<org.tmapi.core.Association>getAssociations(org.tmapi.core.Topic theme) Collection<org.tmapi.core.Association>getAssociations(org.tmapi.core.Topic[] themes, boolean matchAll) Collection<org.tmapi.core.Topic>Collection<org.tmapi.core.Name>getNames(org.tmapi.core.Topic theme) Collection<org.tmapi.core.Name>getNames(org.tmapi.core.Topic[] themes, boolean matchAll) Collection<org.tmapi.core.Topic>Collection<org.tmapi.core.Occurrence>getOccurrences(org.tmapi.core.Topic theme) Collection<org.tmapi.core.Occurrence>getOccurrences(org.tmapi.core.Topic[] themes, boolean matchAll) Collection<org.tmapi.core.Topic>Collection<org.tmapi.core.Variant>getVariants(org.tmapi.core.Topic theme) Collection<org.tmapi.core.Variant>getVariants(org.tmapi.core.Topic[] themes, boolean matchAll) Collection<org.tmapi.core.Topic>booleanbooleanisOpen()voidopen()voidreindex()
-
Constructor Details
-
ScopedIndexImpl
-
-
Method Details
-
getAssociationThemes
- Specified by:
getAssociationThemesin interfaceorg.tmapi.index.ScopedIndex
-
getAssociations
- Specified by:
getAssociationsin interfaceorg.tmapi.index.ScopedIndex
-
getAssociations
public Collection<org.tmapi.core.Association> getAssociations(org.tmapi.core.Topic[] themes, boolean matchAll) - Specified by:
getAssociationsin interfaceorg.tmapi.index.ScopedIndex
-
getNameThemes
- Specified by:
getNameThemesin interfaceorg.tmapi.index.ScopedIndex
-
getNames
- Specified by:
getNamesin interfaceorg.tmapi.index.ScopedIndex
-
getNames
- Specified by:
getNamesin interfaceorg.tmapi.index.ScopedIndex
-
getOccurrenceThemes
- Specified by:
getOccurrenceThemesin interfaceorg.tmapi.index.ScopedIndex
-
getOccurrences
- Specified by:
getOccurrencesin interfaceorg.tmapi.index.ScopedIndex
-
getOccurrences
public Collection<org.tmapi.core.Occurrence> getOccurrences(org.tmapi.core.Topic[] themes, boolean matchAll) - Specified by:
getOccurrencesin interfaceorg.tmapi.index.ScopedIndex
-
getVariantThemes
- Specified by:
getVariantThemesin interfaceorg.tmapi.index.ScopedIndex
-
getVariants
- Specified by:
getVariantsin interfaceorg.tmapi.index.ScopedIndex
-
getVariants
public Collection<org.tmapi.core.Variant> getVariants(org.tmapi.core.Topic[] themes, boolean matchAll) - Specified by:
getVariantsin interfaceorg.tmapi.index.ScopedIndex
-
close
public void close()- Specified by:
closein interfaceorg.tmapi.index.Index
-
isAutoUpdated
public boolean isAutoUpdated()- Specified by:
isAutoUpdatedin interfaceorg.tmapi.index.Index
-
isOpen
public boolean isOpen()- Specified by:
isOpenin interfaceorg.tmapi.index.Index
-
open
public void open()- Specified by:
openin interfaceorg.tmapi.index.Index
-
reindex
public void reindex()- Specified by:
reindexin interfaceorg.tmapi.index.Index
-
getWrapped
-