Package org.drools.traits.core.common
Class TraitEntryPointFactory
java.lang.Object
org.drools.kiesession.entrypoints.NamedEntryPointFactory
org.drools.traits.core.common.TraitEntryPointFactory
- All Implemented Interfaces:
EntryPointFactory
public class TraitEntryPointFactory
extends org.drools.kiesession.entrypoints.NamedEntryPointFactory
implements EntryPointFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.drools.kiesession.entrypoints.NamedEntryPointcreateEntryPoint(EntryPointNode addedNode, org.drools.base.rule.EntryPointId id, ReteEvaluator reteEvaluator) Methods inherited from class org.drools.kiesession.entrypoints.NamedEntryPointFactory
createEntryPointsManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.core.common.EntryPointFactory
createEntryPointsManager
-
Constructor Details
-
TraitEntryPointFactory
public TraitEntryPointFactory()
-
-
Method Details
-
createEntryPoint
public org.drools.kiesession.entrypoints.NamedEntryPoint createEntryPoint(EntryPointNode addedNode, org.drools.base.rule.EntryPointId id, ReteEvaluator reteEvaluator) - Specified by:
createEntryPointin interfaceEntryPointFactory- Overrides:
createEntryPointin classorg.drools.kiesession.entrypoints.NamedEntryPointFactory
-