Package org.drools.reliability
Class ReliableNamedEntryPointFactory
- java.lang.Object
-
- org.drools.kiesession.entrypoints.NamedEntryPointFactory
-
- org.drools.reliability.ReliableNamedEntryPointFactory
-
- All Implemented Interfaces:
org.drools.core.common.EntryPointFactory
public class ReliableNamedEntryPointFactory extends org.drools.kiesession.entrypoints.NamedEntryPointFactory
-
-
Constructor Summary
Constructors Constructor Description ReliableNamedEntryPointFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.kiesession.entrypoints.NamedEntryPointcreateEntryPoint(org.drools.core.reteoo.EntryPointNode addedNode, org.drools.core.rule.EntryPointId id, org.drools.core.common.ReteEvaluator reteEvaluator)
-
-
-
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:
createEntryPointin interfaceorg.drools.core.common.EntryPointFactory- Overrides:
createEntryPointin classorg.drools.kiesession.entrypoints.NamedEntryPointFactory
-
-