public class ConditionPM extends AbstractCondition
log| Constructor and Description |
|---|
ConditionPM(String variable,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperator()
This returns a textual representation of the operator of this condition.
|
boolean |
matches(String pattern,
String input) |
createCondition, extractValues, getPureValue, getValue, getVariable, isNegated, isNumeric, matches, matches, matches, matchesAll, matchesAny, setValue, setVariable, toStringpublic ConditionPM(String variable, String value) throws SyntaxException
SyntaxExceptionpublic String getOperator()
ConditiongetOperator in interface ConditiongetOperator in class AbstractConditionpublic boolean matches(String pattern, String input)
Condition.matches(java.lang.String, java.lang.String)Copyright © 2015 jwall.org. All Rights Reserved.