Package de.mhus.lib.core.matcher
Class ModelOr
- java.lang.Object
-
- de.mhus.lib.core.matcher.ModelPart
-
- de.mhus.lib.core.matcher.ModelComposit
-
- de.mhus.lib.core.matcher.ModelOr
-
public class ModelOr extends ModelComposit
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.matcher.ModelComposit
components
-
-
Constructor Summary
Constructors Constructor Description ModelOr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperatorName()booleanmatches(String str)protected booleanmatches(Map<String,?> map)-
Methods inherited from class de.mhus.lib.core.matcher.ModelComposit
add, size, toString
-
Methods inherited from class de.mhus.lib.core.matcher.ModelPart
getParamName, isNot, m, m, setNot, setParamName
-
-
-
-
Method Detail
-
getOperatorName
public String getOperatorName()
- Specified by:
getOperatorNamein classModelComposit
-
matches
protected boolean matches(Map<String,?> map)
- Specified by:
matchesin classModelComposit
-
-