public interface AtLeastOperator extends Operator
A duration can be optionally provided that ensure matches are found within a specified time period.
| Modifier and Type | Method and Description |
|---|---|
double |
getDuration()
Deprecated.
Get the duration time constraint.
|
int |
getNumber()
Deprecated.
Get the number of concepts required for a match.
|
AtLeastOperator |
setDuration(double duration)
Deprecated.
Set the duration time constraint.
|
AtLeastOperator |
setNumber(int number)
Deprecated.
Set the number of concepts required for a match.
|
double getDuration()
AtLeastOperator setDuration(double duration)
duration - the time in secondsint getNumber()
AtLeastOperator setNumber(int number)
number - the match constraintCopyright © 2021 Avaya. All rights reserved.