Uses of Class
edu.mit.jwi.data.compare.CommentComparator

Packages that use CommentComparator
edu.mit.jwi.data.compare Provides classes that encode the sorting order of the Wordnet file lines, to enable searching. 
 

Uses of CommentComparator in edu.mit.jwi.data.compare
 

Methods in edu.mit.jwi.data.compare that return CommentComparator
static CommentComparator CommentComparator.getInstance()
          Returns the singleton instance of this class, instantiating it if necessary.
 

Constructors in edu.mit.jwi.data.compare with parameters of type CommentComparator
DataLineComparator(CommentComparator detector)
          This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
IndexLineComparator(CommentComparator detector)
          This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.