Package de.mhus.lib.core.matcher
Class ModelComposit
- java.lang.Object
-
- de.mhus.lib.core.matcher.ModelPart
-
- de.mhus.lib.core.matcher.ModelComposit
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkedList<ModelPart>components
-
Constructor Summary
Constructors Constructor Description ModelComposit()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidadd(ModelPart part)abstract StringgetOperatorName()protected abstract booleanmatches(Map<String,?> map)intsize()StringtoString()-
Methods inherited from class de.mhus.lib.core.matcher.ModelPart
getParamName, isNot, m, m, matches, setNot, setParamName
-
-