|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.API.EngineSearch.GroupCriterion
Title: GroupCriterion
Description:
Copyright: Copyright (c) 2003
Company: UNICE
Constructor Summary | |
GroupCriterion()
|
Method Summary | |
void |
addCriterion(Criterion c)
Add a criterion to the group |
boolean |
evaluateCriterion(java.lang.reflect.Member m)
Evaluate if a member is a result for the search in this group of criterion. |
java.util.ArrayList |
getCriterion()
|
java.lang.String |
getName()
|
abstract void |
selectLogicalLinkCriterion(Criterion c,
int ll)
Deprecated. the mediator has not been implemented. |
abstract void |
selectStatesCriterion(Criterion c,
int state)
Deprecated. the mediator has not been implemented. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GroupCriterion()
Method Detail |
public java.lang.String getName()
public void addCriterion(Criterion c)
c
- the Criterion to add.public abstract void selectStatesCriterion(Criterion c, int state)
c
- the criterion to set.state
- the state to set cEngineSearchConst
public abstract void selectLogicalLinkCriterion(Criterion c, int ll)
c
- the criterion to setll
- the logical Value ( AND ORN NOT )EngineSearchConst
public java.util.ArrayList getCriterion()
public boolean evaluateCriterion(java.lang.reflect.Member m) throws SearchEngineException
m
- the member to evaluate
SearchEngineException
Criterion.isCriterionValid(Member m)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |