Package org.evrete.api
Interface PropertyAccess
- All Known Subinterfaces:
Knowledge,Rule,RuleBuilder<C>,RuntimeContext<C>,RuntimeRule,StatefulSession
- All Known Implementing Classes:
AbstractRule
public interface PropertyAccess
-
Method Summary
Modifier and Type Method Description <T> Tget(String property)default <T> Tget(String name, T defaultValue)Collection<String>getPropertyNames()<T> voidset(String property, T value)
-
Method Details
-
set
-
get
-
get
-
getPropertyNames
Collection<String> getPropertyNames()
-