public class ConditionParser
extends java.lang.Object
| Constructor and Description |
|---|
ConditionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Condition.Operator |
getConditionOperator(RMKeyChain.Op anOp)
Converts a comparison key chain to a condition.
|
protected Condition |
getKeyChainAsCondition(RMKeyChain aKeyChain)
Converts a key chain to a condition.
|
Condition |
parse(java.lang.String aString)
Parse a condition.
|
public Condition parse(java.lang.String aString)
protected Condition getKeyChainAsCondition(RMKeyChain aKeyChain)
protected Condition.Operator getConditionOperator(RMKeyChain.Op anOp)