|
||||||||
| 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.CoreObjectCriterion
edu.northwestern.at.monk.model.LemmaCriterion
public class LemmaCriterion
A lemma search criterion.
| Constructor Summary | |
|---|---|
LemmaCriterion(java.util.Collection<?> values)
Creates a new lemma search criterion. |
|
LemmaCriterion(Lemma... lemmas)
Creates a new lemma search criterion. |
|
LemmaCriterion(java.lang.String... tags)
Creates a new lemma search criterion. |
|
| Method Summary | |
|---|---|
Lemma |
getLemma()
Gets the lemma. |
java.util.Collection<Lemma> |
getLemmas()
Gets the lemmas. |
java.lang.String |
getTag()
Gets the tag. |
java.util.Collection<java.lang.String> |
getTags()
Gets the tags. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LemmaCriterion(java.lang.String... tags)
throws ModelException
tags - Tags.
ModelException -
public LemmaCriterion(Lemma... lemmas)
throws ModelException
lemmas - Lemmas.
ModelException -
public LemmaCriterion(java.util.Collection<?> values)
throws ModelException
values - Collection of tags and/or lemmas.
ModelException - | Method Detail |
|---|
public java.util.Collection<Lemma> getLemmas()
public Lemma getLemma()
public java.util.Collection<java.lang.String> getTags()
public java.lang.String getTag()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||