|
||||||||
| 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.MoodCriterion
public class MoodCriterion
A part of speech mood category search criterion.
| Constructor Summary | |
|---|---|
MoodCriterion(java.util.Collection<?> values)
Creates a new mood category search criterion. |
|
MoodCriterion(MoodCategory... moodCategories)
Creates a new mood category search criterion. |
|
MoodCriterion(java.lang.String... tags)
Creates a new mood category search criterion. |
|
| Method Summary | |
|---|---|
java.util.Collection<MoodCategory> |
getMoodCategories()
Gets the mood categories. |
MoodCategory |
getMoodCategory()
Gets the mood category. |
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 MoodCriterion(java.lang.String... tags)
throws ModelException
tags - Tags.
ModelException -
public MoodCriterion(MoodCategory... moodCategories)
throws ModelException
moodCategories - Mood categories.
ModelException -
public MoodCriterion(java.util.Collection<?> values)
throws ModelException
values - Collection of tags and/or mood categories.
ModelException - | Method Detail |
|---|
public java.util.Collection<MoodCategory> getMoodCategories()
public MoodCategory getMoodCategory()
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 | |||||||