|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.northwestern.at.monk.model.SearchCriterion
edu.northwestern.at.monk.model.NumericCriterion
edu.northwestern.at.monk.model.LongCriterion
edu.northwestern.at.monk.model.SpellingLengthCriterion
public class SpellingLengthCriterion
A spelling length search criterion.
| Constructor Summary | |
|---|---|
SpellingLengthCriterion(java.util.Collection<LongRange> ranges)
Creates a new spelling length search criterion. |
|
SpellingLengthCriterion(long val)
Creates a new spelling length search criterion. |
|
SpellingLengthCriterion(java.lang.Long val)
Creates a new spelling length search criterion. |
|
SpellingLengthCriterion(long start,
long end)
Creates a new spelling length search criterion. |
|
SpellingLengthCriterion(long start,
java.lang.Long end)
Creates a new spelling length search criterion. |
|
SpellingLengthCriterion(java.lang.Long start,
long end)
Creates a new spelling length search criterion. |
|
SpellingLengthCriterion(java.lang.Long start,
java.lang.Long end)
Creates a new spelling length search criterion. |
|
SpellingLengthCriterion(LongRange... ranges)
Creates a new spelling length search criterion. |
|
| Method Summary |
|---|
| Methods inherited from class edu.northwestern.at.monk.model.LongCriterion |
|---|
getEnd, getRange, getRanges, getStart, getValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpellingLengthCriterion(long val)
throws ModelException
val - Value.
ModelException -
public SpellingLengthCriterion(java.lang.Long val)
throws ModelException
val - Value, or null if none.
ModelException -
public SpellingLengthCriterion(long start,
long end)
throws ModelException
start - Start of range.end - End of range.
ModelException -
public SpellingLengthCriterion(java.lang.Long start,
long end)
throws ModelException
start - Start of range, or null if none.end - End of range.
ModelException -
public SpellingLengthCriterion(long start,
java.lang.Long end)
throws ModelException
start - Start of range.end - End of range, or null if none.
ModelException -
public SpellingLengthCriterion(java.lang.Long start,
java.lang.Long end)
throws ModelException
start - Start of range, or null if none.end - End of range, or null if none.
ModelException -
public SpellingLengthCriterion(LongRange... ranges)
throws ModelException
ranges - Ranges.
ModelException -
public SpellingLengthCriterion(java.util.Collection<LongRange> ranges)
throws ModelException
ranges - Collection of ranges.
ModelException -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||