Uses of Class
prefuse.data.tuple.DefaultTupleSet

Packages that use DefaultTupleSet
prefuse.data.search Text search support for prefix, keyword, and regular expression searches. 
 

Uses of DefaultTupleSet in prefuse.data.search
 

Subclasses of DefaultTupleSet in prefuse.data.search
 class KeywordSearchTupleSet
           SearchTupleSet implementation that performs text searches on indexed Tuple data using the Lucene search engine.
 class PrefixSearchTupleSet
           SearchTupleSet implementation supporting word prefix searches over indexed Tuple data fields.
 class RegexSearchTupleSet
          SearchTupleSet implementation that treats the query as a regular expression to match against all indexed Tuple data fields.
 class SearchTupleSet
          Abstract base class for TupleSet implementations that support text search.
 



Copyright © 2007 Regents of the University of California