Uses of Class
org.drools.core.reteoo.KieComponentFactory
-
Packages that use KieComponentFactory Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.reteoo org.drools.core.reteoo.builder -
-
Uses of KieComponentFactory in org.drools.core
Methods in org.drools.core that return KieComponentFactory Modifier and Type Method Description KieComponentFactoryRuleBaseConfiguration. getComponentFactory()Methods in org.drools.core with parameters of type KieComponentFactory Modifier and Type Method Description voidRuleBaseConfiguration. setComponentFactory(KieComponentFactory componentFactory) -
Uses of KieComponentFactory in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as KieComponentFactory Modifier and Type Field Description static KieComponentFactoryKieComponentFactory. DEFAULTMethods in org.drools.core.reteoo that return KieComponentFactory Modifier and Type Method Description static KieComponentFactoryKieComponentFactory. createKieComponentFactory()KieComponentFactoryKieComponentFactoryFactory. createKieComponentFactory() -
Uses of KieComponentFactory in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder that return KieComponentFactory Modifier and Type Method Description KieComponentFactoryBuildContext. getComponentFactory()
-