| Package | Description |
|---|---|
| eu.dnetlib.functionality.cql.lucene | |
| eu.dnetlib.functionality.cql.parse |
| Modifier and Type | Method and Description |
|---|---|
Node |
TranslatedQuery.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslatedQuery.setQuery(Node query) |
| Constructor and Description |
|---|
TranslatedQuery(Node query,
QueryOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode |
class |
BooleanNode |
class |
NotNode |
class |
OrNode |
class |
TermNode |
| Modifier and Type | Method and Description |
|---|---|
Node |
BooleanNode.getLeft() |
Node |
BooleanNode.getRight() |
| Constructor and Description |
|---|
AndNode(Node left,
Node right) |
BooleanNode(Node left,
Node right) |
NotNode(Node left,
Node right) |
OrNode(Node left,
Node right) |
Copyright © 2017. All rights reserved.