|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jeters.components.RegExReplacer.DescriptionEntry
protected static class RegExReplacer.DescriptionEntry
an internally used class containing the necessary information for description lists.
Field Summary | |
---|---|
RegExReplacer.DescriptionList |
elementDescriptionList
the descriptions of the elements. |
int |
maxRating
the highest individual rating that has been assigned to this description, >= 0. |
int |
rating
sum of all individual ratings, >= 0. |
java.lang.String |
string
the description string itself. |
Constructor Summary | |
---|---|
RegExReplacer.DescriptionEntry(java.lang.String string,
int rating,
int maxRating)
constructor which sets elementDescriptionList to null |
|
RegExReplacer.DescriptionEntry(java.lang.String string,
int rating,
int maxRating,
RegExReplacer.DescriptionList elementDescriptionList)
full constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String string
public int rating
public int maxRating
public RegExReplacer.DescriptionList elementDescriptionList
Constructor Detail |
---|
public RegExReplacer.DescriptionEntry(java.lang.String string, int rating, int maxRating)
public RegExReplacer.DescriptionEntry(java.lang.String string, int rating, int maxRating, RegExReplacer.DescriptionList elementDescriptionList)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |