Package org.openl.rules.table.properties
Class DimensionPropertiesMethodKey
- java.lang.Object
-
- org.openl.rules.table.properties.DimensionPropertiesMethodKey
-
public final class DimensionPropertiesMethodKey extends Object
Immutable Key to check identity ofExecutableRulesMethodmethods. Methods are identical when they have the same method signature and the same business dimension properties.- Author:
- DLiauchuk
-
-
Constructor Summary
Constructors Constructor Description DimensionPropertiesMethodKey(IOpenMethod method)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancompareMethodDimensionProperties(Map<String,Object> thisMethodProperties, Map<String,Object> otherMethodProperties)booleanequals(Object obj)IOpenMethodgetMethod()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
DimensionPropertiesMethodKey
public DimensionPropertiesMethodKey(IOpenMethod method)
-
-