private class W2TTopicMap.W2TTypeInstanceIndex
extends java.lang.Object
implements org.tmapi.index.TypeInstanceIndex
Modifier | Constructor and Description |
---|---|
private |
W2TTypeInstanceIndex() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Collection<org.tmapi.core.Association> |
getAssociations(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Topic> |
getAssociationTypes() |
java.util.Collection<org.tmapi.core.Name> |
getNames(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Topic> |
getNameTypes() |
java.util.Collection<org.tmapi.core.Occurrence> |
getOccurrences(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Topic> |
getOccurrenceTypes() |
java.util.Collection<org.tmapi.core.Role> |
getRoles(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Topic> |
getRoleTypes() |
java.util.Collection<org.tmapi.core.Topic> |
getTopics(org.tmapi.core.Topic topic) |
java.util.Collection<org.tmapi.core.Topic> |
getTopics(org.tmapi.core.Topic[] topics,
boolean matchAll) |
java.util.Collection<org.tmapi.core.Topic> |
getTopicTypes() |
boolean |
isAutoUpdated() |
boolean |
isOpen() |
void |
open() |
void |
reindex() |
public java.util.Collection<org.tmapi.core.Topic> getTopics(org.tmapi.core.Topic topic)
getTopics
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Topic> getTopics(org.tmapi.core.Topic[] topics, boolean matchAll)
getTopics
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Topic> getTopicTypes()
getTopicTypes
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Association> getAssociations(org.tmapi.core.Topic topic)
getAssociations
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Topic> getAssociationTypes()
getAssociationTypes
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Role> getRoles(org.tmapi.core.Topic topic)
getRoles
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Topic> getRoleTypes()
getRoleTypes
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Occurrence> getOccurrences(org.tmapi.core.Topic topic)
getOccurrences
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Topic> getOccurrenceTypes()
getOccurrenceTypes
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Name> getNames(org.tmapi.core.Topic topic)
getNames
in interface org.tmapi.index.TypeInstanceIndex
public java.util.Collection<org.tmapi.core.Topic> getNameTypes()
getNameTypes
in interface org.tmapi.index.TypeInstanceIndex
public void open()
open
in interface org.tmapi.index.Index
public void close()
close
in interface org.tmapi.index.Index
public boolean isOpen()
isOpen
in interface org.tmapi.index.Index
public boolean isAutoUpdated()
isAutoUpdated
in interface org.tmapi.index.Index
public void reindex()
reindex
in interface org.tmapi.index.Index
Copyright 2004-2015 Wandora Team