| Package | Description |
|---|---|
| eu.dnetlib.functionality.cql.parse |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.BiMap<Relation,String> |
Relations.MAP |
| Modifier and Type | Method and Description |
|---|---|
static Relation |
Relations.get(String rel) |
Relation |
TermNode.getRel() |
static Relation |
Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relation[] |
Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Relations.contains(Relation rel) |
static String |
Relations.get(Relation rel) |
| Constructor and Description |
|---|
TermNode(String field,
Relation rel,
String value) |
TermNode(String field,
Relation rel,
String value,
Map<String,List<String>> options,
com.google.common.collect.BiMap<String,String> aliases,
Map<String,String> weights) |
Copyright © 2017. All rights reserved.