Uses of Interface
org.evrete.api.ActivationManager
| Package | Description |
|---|---|
| org.evrete.api |
-
Uses of ActivationManager in org.evrete.api
Methods in org.evrete.api with type parameters of type ActivationManager Modifier and Type Method Description default <A extends ActivationManager>
KnowledgeKnowledge. activationManager(Class<A> factory)<A extends ActivationManager>
voidRuntimeContext. setActivationManagerFactory(Class<A> managerClass)Methods in org.evrete.api that return ActivationManager Modifier and Type Method Description ActivationManagerRuleSession. getActivationManager()Methods in org.evrete.api that return types with arguments of type ActivationManager Modifier and Type Method Description Class<? extends ActivationManager>RuntimeContext. getActivationManagerFactory()Methods in org.evrete.api with parameters of type ActivationManager Modifier and Type Method Description SRuleSession. setActivationManager(ActivationManager activationManager)