public abstract class ConditionMap extends java.lang.Object implements Condition<ValuesSimple>
| Constructor and Description |
|---|
ConditionMap() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
check(ValuesMap values) |
boolean |
check(ValuesSimple values)
checks if a telegram fulfills this condition.
|
public boolean check(ValuesSimple values)
Conditioncheck in interface Condition<ValuesSimple>values - the telegram to be checkedpublic abstract boolean check(ValuesMap values)
values - The Value of Match-Question