Package prefuse.data.search

Text search support for prefix, keyword, and regular expression searches.

See: Description

Package prefuse.data.search Description

Text search support for prefix, keyword, and regular expression searches. Each search engine type subclasses SearchTupleSet, an implementation of the TupleSet interface. Classes derived from SearchTupleSet (e.g., PrefixSearchTupleSet, prefuse.data.search.KeywordSearchTupleSet, and RegexSearchTupleSet) can be instantiated and used directly or in conjunction with a SearchQueryBinding.

Copyright ? 2013 Regents of the University of California