Package | Description |
---|---|
com.yahoo.prelude.semantics.rule |
Modifier and Type | Field and Description |
---|---|
private Condition.Anchor |
Condition.anchor
Position constraints of the terms matched by this condition
|
Modifier and Type | Method and Description |
---|---|
static Condition.Anchor |
Condition.Anchor.create(boolean start,
boolean end) |
Condition.Anchor |
Condition.getAnchor()
Returns the positional constraint on this anchor.
|
static Condition.Anchor |
Condition.Anchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Anchor[] |
Condition.Anchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setAnchor(Condition.Anchor anchor)
Sets a positional constraint on this condition
|
Copyright © 2018. All rights reserved.