Class TraitEntryPointFactory

  • All Implemented Interfaces:
    org.drools.core.common.EntryPointFactory

    public class TraitEntryPointFactory
    extends org.drools.kiesession.entrypoints.NamedEntryPointFactory
    implements org.drools.core.common.EntryPointFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.kiesession.entrypoints.NamedEntryPoint createEntryPoint​(org.drools.core.reteoo.EntryPointNode addedNode, org.drools.core.rule.EntryPointId id, org.drools.core.common.ReteEvaluator reteEvaluator)  
      • Methods inherited from class org.drools.kiesession.entrypoints.NamedEntryPointFactory

        createEntryPointsManager
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.drools.core.common.EntryPointFactory

        createEntryPointsManager
    • Constructor Detail

      • TraitEntryPointFactory

        public TraitEntryPointFactory()
    • Method Detail

      • createEntryPoint

        public org.drools.kiesession.entrypoints.NamedEntryPoint createEntryPoint​(org.drools.core.reteoo.EntryPointNode addedNode,
                                                                                  org.drools.core.rule.EntryPointId id,
                                                                                  org.drools.core.common.ReteEvaluator reteEvaluator)
        Specified by:
        createEntryPoint in interface org.drools.core.common.EntryPointFactory
        Overrides:
        createEntryPoint in class org.drools.kiesession.entrypoints.NamedEntryPointFactory