public class UnorderedCliqueSet extends CliqueSet
| Constructor and Description |
|---|
UnorderedCliqueSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(RetrievalEnvironment env,
String[] queryTerms,
Node domNode)
Configures this
CliqueSet. |
Clique.Type |
getType()
Returns the type of this clique.
|
create, getCliquespublic void configure(RetrievalEnvironment env, String[] queryTerms, Node domNode) throws ConfigurationException
CliqueSetCliqueSet.configure in class CliqueSetenv - retrieval environmentqueryTerms - array of query termsdomNode - XML DOM node with configuration informationConfigurationExceptionpublic Clique.Type getType()
CliqueSet