Class TruthMaintenanceSystemFactoryImpl

  • All Implemented Interfaces:
    java.lang.Comparable<org.kie.api.internal.utils.KieService>, org.drools.core.common.TruthMaintenanceSystemFactory, org.kie.api.internal.utils.KieService

    public class TruthMaintenanceSystemFactoryImpl
    extends java.lang.Object
    implements org.drools.core.common.TruthMaintenanceSystemFactory
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.drools.core.common.TruthMaintenanceSystemFactory

        org.drools.core.common.TruthMaintenanceSystemFactory.Holder
    • Field Summary

      • Fields inherited from interface org.kie.api.internal.utils.KieService

        UNDEFINED
      • Fields inherited from interface org.drools.core.common.TruthMaintenanceSystemFactory

        NO_TMS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearEntryPointsMap()  
      void clearTruthMaintenanceSystem​(org.drools.core.common.InternalWorkingMemoryEntryPoint entryPoint)  
      org.drools.base.definitions.rule.impl.QueryImpl createTmsQuery​(java.lang.String name, java.util.function.Predicate<java.lang.Class<? extends java.lang.annotation.Annotation>> hasAnnotation)  
      int getEntryPointsMapSize()  
      org.drools.core.common.TruthMaintenanceSystem getOrCreateTruthMaintenanceSystem​(org.drools.core.common.InternalWorkingMemoryEntryPoint entryPoint)  
      org.drools.core.common.TruthMaintenanceSystem getOrCreateTruthMaintenanceSystem​(org.drools.core.common.ReteEvaluator reteEvaluator)  
      • 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, servicePriority, serviceTag
    • Constructor Detail

      • TruthMaintenanceSystemFactoryImpl

        public TruthMaintenanceSystemFactoryImpl()
    • Method Detail

      • getOrCreateTruthMaintenanceSystem

        public org.drools.core.common.TruthMaintenanceSystem getOrCreateTruthMaintenanceSystem​(org.drools.core.common.ReteEvaluator reteEvaluator)
        Specified by:
        getOrCreateTruthMaintenanceSystem in interface org.drools.core.common.TruthMaintenanceSystemFactory
      • getOrCreateTruthMaintenanceSystem

        public org.drools.core.common.TruthMaintenanceSystem getOrCreateTruthMaintenanceSystem​(org.drools.core.common.InternalWorkingMemoryEntryPoint entryPoint)
        Specified by:
        getOrCreateTruthMaintenanceSystem in interface org.drools.core.common.TruthMaintenanceSystemFactory
      • clearTruthMaintenanceSystem

        public void clearTruthMaintenanceSystem​(org.drools.core.common.InternalWorkingMemoryEntryPoint entryPoint)
        Specified by:
        clearTruthMaintenanceSystem in interface org.drools.core.common.TruthMaintenanceSystemFactory
      • createTmsQuery

        public org.drools.base.definitions.rule.impl.QueryImpl createTmsQuery​(java.lang.String name,
                                                                              java.util.function.Predicate<java.lang.Class<? extends java.lang.annotation.Annotation>> hasAnnotation)
        Specified by:
        createTmsQuery in interface org.drools.core.common.TruthMaintenanceSystemFactory
      • getEntryPointsMapSize

        public int getEntryPointsMapSize()
      • clearEntryPointsMap

        public void clearEntryPointsMap()