Class TypeInstanceIndexImpl
java.lang.Object
net.ontopia.topicmaps.impl.tmapi2.index.TypeInstanceIndexImpl
- All Implemented Interfaces:
org.tmapi.index.Index,org.tmapi.index.TypeInstanceIndex
Implementation of the
TypeInstanceIndex 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 type) Collection<org.tmapi.core.Topic>Collection<org.tmapi.core.Name>getNames(org.tmapi.core.Topic type) Collection<org.tmapi.core.Topic>Collection<org.tmapi.core.Occurrence>getOccurrences(org.tmapi.core.Topic type) Collection<org.tmapi.core.Topic>Collection<org.tmapi.core.Role>getRoles(org.tmapi.core.Topic type) Collection<org.tmapi.core.Topic>Collection<org.tmapi.core.Topic>getTopics(org.tmapi.core.Topic type) Collection<org.tmapi.core.Topic>getTopics(org.tmapi.core.Topic[] types, boolean matchAll) Collection<org.tmapi.core.Topic>booleanbooleanisOpen()voidopen()voidreindex()
-
Constructor Details
-
TypeInstanceIndexImpl
-
-
Method Details
-
getAssociationTypes
- Specified by:
getAssociationTypesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getAssociations
- Specified by:
getAssociationsin interfaceorg.tmapi.index.TypeInstanceIndex
-
getNameTypes
- Specified by:
getNameTypesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getNames
- Specified by:
getNamesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getOccurrenceTypes
- Specified by:
getOccurrenceTypesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getOccurrences
- Specified by:
getOccurrencesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getRoleTypes
- Specified by:
getRoleTypesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getRoles
- Specified by:
getRolesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getTopicTypes
- Specified by:
getTopicTypesin interfaceorg.tmapi.index.TypeInstanceIndex
-
getTopics
- Specified by:
getTopicsin interfaceorg.tmapi.index.TypeInstanceIndex
-
getTopics
- Specified by:
getTopicsin interfaceorg.tmapi.index.TypeInstanceIndex
-
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
-