Uses of Interface
net.ontopia.utils.FilterIF
-
Packages that use FilterIF Package Description net.ontopia.topicmaps.nav2.taglibs.value General (Topic Map independent) value-producing tags, which provide mainly set manipulation operations on collections.net.ontopia.utils Contains utility classes and generic interfaces. -
-
Uses of FilterIF in net.ontopia.topicmaps.nav2.taglibs.value
Methods in net.ontopia.topicmaps.nav2.taglibs.value that return FilterIF Modifier and Type Method Description FilterIF<ScopedIF>
BaseScopedTag. getScopeFilter(int scopeType)
INTERNAL: Get FilterIF object which provides the possibility to filter out topic map objects of a collection which have not the wanted scope. -
Uses of FilterIF in net.ontopia.utils
Classes in net.ontopia.utils that implement FilterIF Modifier and Type Class Description class
DeciderFilter<T>
INTERNAL: Filter that filters a collection using a decider.
-