|
||||||||
| 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.PersonCriterion
public class PersonCriterion
A part of speech person category search criterion.
| Constructor Summary | |
|---|---|
PersonCriterion(java.util.Collection<?> values)
Creates a new person category search criterion. |
|
PersonCriterion(PersonCategory... personCategories)
Creates a new person category search criterion. |
|
PersonCriterion(java.lang.String... tags)
Creates a new person category search criterion. |
|
| Method Summary | |
|---|---|
java.util.Collection<PersonCategory> |
getPersonCategories()
Gets the person categories. |
PersonCategory |
getPersonCategory()
Gets the person 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 PersonCriterion(java.lang.String... tags)
throws ModelException
tags - Tags.
ModelException -
public PersonCriterion(PersonCategory... personCategories)
throws ModelException
personCategories - Person categories.
ModelException -
public PersonCriterion(java.util.Collection<?> values)
throws ModelException
values - Collection of tags and/or person categories.
ModelException - | Method Detail |
|---|
public java.util.Collection<PersonCategory> getPersonCategories()
public PersonCategory getPersonCategory()
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 | |||||||