Package net.ontopia.topicmaps.viz
Class AbstractUserThemeFilter
java.lang.Object
net.ontopia.topicmaps.viz.AbstractUserThemeFilter
- Direct Known Subclasses:
BasenameUserThemeFilter
INTERNAL: Abstract class which provides access to filtering themes
out which are not relevant to the user context.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilterThemes(Collection unfilteredThemes) Use methodshouldNotBeUsedfor every theme of the collection ofunfilteredThemesand allows therefore to retrieve a filtered collection of themes.voidsetTopicMap(TopicMapIF topicMap) abstract booleanshouldNotBeUsed(TopicIF actTheme)
-
Field Details
-
topicMap
-
-
Constructor Details
-
AbstractUserThemeFilter
public AbstractUserThemeFilter() -
AbstractUserThemeFilter
-
-
Method Details
-
getTopicMap
-
setTopicMap
-
filterThemes
Use methodshouldNotBeUsedfor every theme of the collection ofunfilteredThemesand allows therefore to retrieve a filtered collection of themes. -
shouldNotBeUsed
-