Class InterpolationVariableCollector
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.util.InterpolationVariableCollector
-
public class InterpolationVariableCollector extends Object
-
-
Constructor Summary
Constructors Constructor Description InterpolationVariableCollector(Map<InterpolationVariable,Integer> map)InterpolationVariableCollector(Map<InterpolationVariable,Integer> map, String defaultType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<InterpolationVariable,Integer>getMap()booleanisThereANeedToSetDefaultType(InterpolationVariable newVar, InterpolationVariable oldVar)
-
-
-
Constructor Detail
-
InterpolationVariableCollector
public InterpolationVariableCollector(Map<InterpolationVariable,Integer> map, String defaultType)
-
InterpolationVariableCollector
public InterpolationVariableCollector(Map<InterpolationVariable,Integer> map)
-
-
Method Detail
-
isThereANeedToSetDefaultType
public boolean isThereANeedToSetDefaultType(InterpolationVariable newVar, InterpolationVariable oldVar)
-
getMap
public Map<InterpolationVariable,Integer> getMap()
-
-