| Package | Description |
|---|---|
| com.imperva.ddc.core.language |
| Modifier and Type | Method and Description |
|---|---|
SentenceOperator |
Sentence.getOperator() |
static SentenceOperator |
SentenceOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SentenceOperator[] |
SentenceOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Sentence |
QueryAssembler.closeSentence(SentenceOperator sentenceOperator)
Returns the assembled Sentence by gluing the various Phrases with a SentenceOperator
This method also clears the QueryAssembler state for further Queries
|
void |
Sentence.setOperator(SentenceOperator operator) |
Copyright © 2020. All rights reserved.