public class Condition extends Object
Constructor and Description |
---|
Condition(FilterOp operator,
String value)
creates a new condition object with a filter operator and a condition value.
|
Modifier and Type | Method and Description |
---|---|
FilterOp |
getConditionType()
Returns the condition operator type.
|
static FilterOp |
getOperator(String operator)
Returns the FilterOperator for the given String operator.
|
String |
getValue()
Returns the condition value.
|
public FilterOp getConditionType()
public String getValue()
public static final FilterOp getOperator(String operator)
operator
- operator as StringCopyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.