Class TraitRuntimeComponentFactoryImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.kie.api.internal.utils.KieService>, org.drools.core.reteoo.RuntimeComponentFactory, TraitRuntimeComponentFactory, org.kie.api.internal.utils.KieService

    public class TraitRuntimeComponentFactoryImpl
    extends org.drools.kiesession.factory.RuntimeComponentFactoryImpl
    implements TraitRuntimeComponentFactory
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.drools.core.reteoo.RuntimeComponentFactory

        org.drools.core.reteoo.RuntimeComponentFactory.Holder
    • Field Summary

      • Fields inherited from class org.drools.kiesession.factory.RuntimeComponentFactoryImpl

        DEFAULT
      • Fields inherited from interface org.drools.core.reteoo.RuntimeComponentFactory

        NO_RUNTIME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.core.common.EntryPointFactory getEntryPointFactory()  
      org.drools.core.rule.accessor.FactHandleFactory getFactHandleFactoryService()  
      TraitFactoryImpl getTraitFactory​(org.drools.core.impl.RuleBase knowledgeBase)  
      TraitRegistry getTraitRegistry​(org.drools.core.impl.RuleBase knowledgeBase)  
      int servicePriority()  
      • Methods inherited from class org.drools.kiesession.factory.RuntimeComponentFactoryImpl

        createKnowledgeHelper, createSessionsPool, createStatefulSession, createStatefulSessionMonitor, createStatelessSession, createStatelessSessionMonitor, getAgendaFactory, getAgendaGroupFactory, getPropagationContextFactory, getWorkingMemoryFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.api.internal.utils.KieService

        compareTo
      • Methods inherited from interface org.drools.core.reteoo.RuntimeComponentFactory

        createDefaultObjectMarshallingStrategy, createKnowledgeHelper, createSessionsPool, createStatefulSession, createStatefulSessionMonitor, createStatelessSession, createStatelessSessionMonitor, getAgendaFactory, getAgendaGroupFactory, getPropagationContextFactory
    • Constructor Detail

      • TraitRuntimeComponentFactoryImpl

        public TraitRuntimeComponentFactoryImpl()
    • Method Detail

      • getTraitFactory

        public TraitFactoryImpl getTraitFactory​(org.drools.core.impl.RuleBase knowledgeBase)
        Specified by:
        getTraitFactory in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        getTraitFactory in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • getFactHandleFactoryService

        public org.drools.core.rule.accessor.FactHandleFactory getFactHandleFactoryService()
        Specified by:
        getFactHandleFactoryService in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        getFactHandleFactoryService in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • getEntryPointFactory

        public org.drools.core.common.EntryPointFactory getEntryPointFactory()
        Specified by:
        getEntryPointFactory in interface org.drools.core.reteoo.RuntimeComponentFactory
        Overrides:
        getEntryPointFactory in class org.drools.kiesession.factory.RuntimeComponentFactoryImpl
      • servicePriority

        public int servicePriority()
        Specified by:
        servicePriority in interface org.kie.api.internal.utils.KieService