public abstract class CliqueSet extends Object
| Constructor and Description |
|---|
CliqueSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configure(RetrievalEnvironment env,
String[] queryTerms,
Node domNode)
Configures this
CliqueSet. |
static CliqueSet |
create(String type,
RetrievalEnvironment env,
String[] queryTerms,
Node domNode) |
List<Clique> |
getCliques()
Returns the list of cliques in this set.
|
abstract Clique.Type |
getType()
Returns the type of this clique.
|
public abstract void configure(RetrievalEnvironment env, String[] queryTerms, Node domNode) throws ConfigurationException
CliqueSet.env - retrieval environmentqueryTerms - array of query termsdomNode - XML DOM node with configuration informationConfigurationExceptionpublic static CliqueSet create(String type, RetrievalEnvironment env, String[] queryTerms, Node domNode) throws ConfigurationException
ConfigurationExceptionpublic List<Clique> getCliques()
public abstract Clique.Type getType()