Package org.openl.rules.types.impl
Class PropertyAccessDelegation<T,C>
- java.lang.Object
-
- org.openl.rules.types.impl.PropertyAccessDelegation<T,C>
-
public abstract class PropertyAccessDelegation<T,C> extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyAccessDelegation()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract CgetContextValue(IRulesRuntimeContext context)protected abstract TgetPropertyValue(ITableProperties properties)
-
-
-
Method Detail
-
getContextValue
protected abstract C getContextValue(IRulesRuntimeContext context)
-
getPropertyValue
protected abstract T getPropertyValue(ITableProperties properties)
-
-