|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.jwi.data.compare.ExceptionLineComparator
public class ExceptionLineComparator
A comparator that captures the ordering of lines in Wordnet exception files
(e.g., exc.adv
or adv.exc
files). These files are
ordered alphabetically.
This class follows a singleton design pattern, and is not intended to be
instantiated directly; rather, call the getInstance()
method to get
the singleton instance.
Constructor Summary | |
---|---|
protected |
ExceptionLineComparator()
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated. |
Method Summary | |
---|---|
int |
compare(java.lang.String line1,
java.lang.String line2)
|
ICommentDetector |
getCommentDetector()
Returns the comment detector instance associated with this line comparator, or null if one does not exist. |
static ExceptionLineComparator |
getInstance()
Returns the singleton instance of this class, instantiating it if necessary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
protected ExceptionLineComparator()
getInstance()
method.
Method Detail |
---|
public static ExceptionLineComparator getInstance()
null
.
null
singleton instance of this class,
instantiating it if necessary.public int compare(java.lang.String line1, java.lang.String line2)
compare
in interface java.util.Comparator<java.lang.String>
public ICommentDetector getCommentDetector()
ILineComparator
null
if one does not exist.
getCommentDetector
in interface ILineComparator
null
if there is none
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |