Uses of Interface
org.evrete.api.ActivationManager
Packages that use ActivationManager
-
Uses of ActivationManager in org.evrete.api
Methods in org.evrete.api with type parameters of type ActivationManagerModifier and TypeMethodDescriptiondefault <A extends ActivationManager>
KnowledgeKnowledge.activationManager(Class<A> factory) <A extends ActivationManager>
voidRuntimeContext.setActivationManagerFactory(Class<A> managerClass) Methods in org.evrete.api that return ActivationManagerMethods in org.evrete.api that return types with arguments of type ActivationManagerModifier and TypeMethodDescriptionClass<? extends ActivationManager>RuntimeContext.getActivationManagerFactory()Methods in org.evrete.api with parameters of type ActivationManagerModifier and TypeMethodDescriptionRuleSession.setActivationManager(ActivationManager activationManager)