org.drools.reteoo.common
Class RetePropagationContextFactory
java.lang.Object
org.drools.reteoo.common.RetePropagationContextFactory
- All Implemented Interfaces:
- Serializable, org.drools.core.common.PropagationContextFactory
public class RetePropagationContextFactory
- extends Object
- implements org.drools.core.common.PropagationContextFactory, Serializable
- See Also:
- Serialized Form
|
Method Summary |
org.drools.core.spi.PropagationContext |
createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle)
|
org.drools.core.spi.PropagationContext |
createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint)
|
org.drools.core.spi.PropagationContext |
createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint,
long modificationMask,
Class<?> modifiedClass,
org.drools.core.marshalling.impl.MarshallerReaderContext readerContext)
|
org.drools.core.spi.PropagationContext |
createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint,
org.drools.core.marshalling.impl.MarshallerReaderContext readerContext)
|
org.drools.core.spi.PropagationContext |
createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
org.drools.core.rule.EntryPointId entryPoint,
long modificationMask)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetePropagationContextFactory
public RetePropagationContextFactory()
createPropagationContext
public org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint,
long modificationMask,
Class<?> modifiedClass,
org.drools.core.marshalling.impl.MarshallerReaderContext readerContext)
- Specified by:
createPropagationContext in interface org.drools.core.common.PropagationContextFactory
createPropagationContext
public org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint,
org.drools.core.marshalling.impl.MarshallerReaderContext readerContext)
- Specified by:
createPropagationContext in interface org.drools.core.common.PropagationContextFactory
createPropagationContext
public org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
org.drools.core.rule.EntryPointId entryPoint,
long modificationMask)
- Specified by:
createPropagationContext in interface org.drools.core.common.PropagationContextFactory
createPropagationContext
public org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint)
- Specified by:
createPropagationContext in interface org.drools.core.common.PropagationContextFactory
createPropagationContext
public org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.rule.Rule rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle)
- Specified by:
createPropagationContext in interface org.drools.core.common.PropagationContextFactory
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.