Package org.drools.traits.core.reteoo
Interface TraitRuntimeComponentFactory
-
- All Superinterfaces:
java.lang.Comparable<org.kie.api.internal.utils.KieService>,org.kie.api.internal.utils.KieService,org.drools.core.reteoo.RuntimeComponentFactory
- All Known Implementing Classes:
TraitRuntimeComponentFactoryImpl
public interface TraitRuntimeComponentFactory extends org.drools.core.reteoo.RuntimeComponentFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TraitRegistrygetTraitRegistry(org.drools.core.impl.RuleBase knowledgeBase)-
Methods inherited from interface org.drools.core.reteoo.RuntimeComponentFactory
createDefaultObjectMarshallingStrategy, createKnowledgeHelper, createSessionsPool, createStatefulSession, createStatefulSessionMonitor, createStatelessSession, createStatelessSessionMonitor, getAgendaFactory, getAgendaGroupFactory, getEntryPointFactory, getFactHandleFactoryService, getPropagationContextFactory, getTraitFactory
-
-
-
-
Method Detail
-
getTraitRegistry
TraitRegistry getTraitRegistry(org.drools.core.impl.RuleBase knowledgeBase)
-
-