Package org.drools.traits.core.common
Class TraitNamedEntryPointFactory
- java.lang.Object
-
- org.drools.traits.core.common.TraitNamedEntryPointFactory
-
- All Implemented Interfaces:
org.drools.core.common.NamedEntryPointFactory
public class TraitNamedEntryPointFactory extends Object implements org.drools.core.common.NamedEntryPointFactory
-
-
Constructor Summary
Constructors Constructor Description TraitNamedEntryPointFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.core.common.NamedEntryPointcreateNamedEntryPoint(org.drools.core.reteoo.EntryPointNode addedNode, org.drools.core.rule.EntryPointId id, org.drools.core.impl.StatefulKnowledgeSessionImpl wm)
-
-
-
Method Detail
-
createNamedEntryPoint
public org.drools.core.common.NamedEntryPoint createNamedEntryPoint(org.drools.core.reteoo.EntryPointNode addedNode, org.drools.core.rule.EntryPointId id, org.drools.core.impl.StatefulKnowledgeSessionImpl wm)- Specified by:
createNamedEntryPointin interfaceorg.drools.core.common.NamedEntryPointFactory
-
-