Package org.kie.dmn.api.core
Interface FEELPropertyAccessible
-
public interface FEELPropertyAccessible
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFEELPropertyAccessible.AbstractPropertyValueResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>allFEELProperties()voidfromMap(Map<String,Object> values)FEELPropertyAccessible.AbstractPropertyValueResultgetFEELProperty(String property)voidsetFEELProperty(String key, Object value)
-