|
||||||||||
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.CommentComparator
public class CommentComparator
Default comment detector that is designed for comments found at the head of Wordnet dictionary files. It assumes that each comment line starts with two spaces, followed by a number that indicates the position of the comment line relative to the rest of the comment lines in the file.
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 |
CommentComparator()
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated. |
Method Summary | |
---|---|
int |
compare(java.lang.String s1,
java.lang.String s2)
|
static CommentComparator |
getInstance()
Returns the singleton instance of this class, instantiating it if necessary. |
boolean |
isCommentLine(java.lang.String line)
Returns true if the specified string is a comment line,
false otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CommentComparator()
getInstance()
method.
Method Detail |
---|
public static CommentComparator getInstance()
null
.
null
singleton instance of this class,
instantiating it if necessary.public int compare(java.lang.String s1, java.lang.String s2)
compare
in interface java.util.Comparator<java.lang.String>
public boolean isCommentLine(java.lang.String line)
ICommentDetector
true
if the specified string is a comment line,
false
otherwise.
isCommentLine
in interface ICommentDetector
line
- the line to be analyzed
true
if the specified string is a comment line,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |