|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.API.EngineSearch.EngineSearch
Title: EngineSearch.
Description: This class construct an Engine to make some search on an Inspector
Copyright: Copyright (c) 2003
Company: UNICE
ClassifierAnalyser
Constructor Summary | |
EngineSearch(ClassifierAnalyser ca)
Construct a new search based on the classifier analyser given. |
|
EngineSearch(Inspector inspector)
Construct a new search based on the inspector given. |
Method Summary | |
void |
addGroup(GroupCriterion gcriterion)
Add a group of criterion to the search |
java.util.ArrayList |
getGroupSearch()
|
java.util.ArrayList |
search()
Carry out the search with the Group criterions. |
void |
setClassifierAnalyser(ClassifierAnalyser ca)
To change the classifier analyser if necessary. |
void |
setInspector(Inspector inspector)
To change the inspector if necessary |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EngineSearch(Inspector inspector)
inspector
- the inspector.public EngineSearch(ClassifierAnalyser ca)
ca
- the classifier analyser to search onMethod Detail |
public void setInspector(Inspector inspector)
inspector
- the new inspectorpublic void setClassifierAnalyser(ClassifierAnalyser ca)
ca
- the new classifier analyserpublic void addGroup(GroupCriterion gcriterion)
gcriterion
- the group to addGroupCriterion
,
Criterion
public java.util.ArrayList search() throws SearchEngineException
SearchEngineException
public java.util.ArrayList getGroupSearch()
GroupCriterion
,
Criterion
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |