public enum AQLOperator extends Enum<AQLOperator>
| Enum Constant and Description |
|---|
COMMON_ANCESTOR |
COMMON_PARENT |
DIRECT_DOMINANCE |
DIRECT_NEAR |
DIRECT_PRECEDENCE |
IDENT_COVERAGE |
INCLUSION |
INDIRECT_DOMINANCE |
INDIRECT_NEAR |
INDIRECT_POINTING |
INDIRECT_PRECEDENCE |
LEFT_ALIGNED |
LEFT_MOST_CHILD |
OVERLAP |
POINTING |
RIGHT_ALIGNED |
RIGHT_MOST_CHILD |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getOp() |
static AQLOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AQLOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AQLOperator DIRECT_PRECEDENCE
public static final AQLOperator INDIRECT_PRECEDENCE
public static final AQLOperator DIRECT_DOMINANCE
public static final AQLOperator INDIRECT_DOMINANCE
public static final AQLOperator IDENT_COVERAGE
public static final AQLOperator INCLUSION
public static final AQLOperator OVERLAP
public static final AQLOperator LEFT_ALIGNED
public static final AQLOperator RIGHT_ALIGNED
public static final AQLOperator POINTING
public static final AQLOperator INDIRECT_POINTING
public static final AQLOperator LEFT_MOST_CHILD
public static final AQLOperator RIGHT_MOST_CHILD
public static final AQLOperator COMMON_PARENT
public static final AQLOperator COMMON_ANCESTOR
public static final AQLOperator DIRECT_NEAR
public static final AQLOperator INDIRECT_NEAR
public static AQLOperator[] values()
for (AQLOperator c : AQLOperator.values()) System.out.println(c);
public static AQLOperator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
public String getOp()
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.