public class RetePropagationContextFactory extends Object implements org.drools.core.common.PropagationContextFactory, Serializable
| Constructor and Description |
|---|
RetePropagationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.drools.core.spi.PropagationContext |
createPropagationContext(long number,
int type,
org.drools.core.definitions.rule.impl.RuleImpl 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.definitions.rule.impl.RuleImpl 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.definitions.rule.impl.RuleImpl rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint,
org.drools.core.util.bitmask.BitMask modificationMask,
Class<?> modifiedClass,
org.drools.core.marshalling.impl.MarshallerReaderContext readerContext) |
org.drools.core.spi.PropagationContext |
createPropagationContext(long number,
int type,
org.drools.core.definitions.rule.impl.RuleImpl 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.definitions.rule.impl.RuleImpl rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
org.drools.core.rule.EntryPointId entryPoint,
org.drools.core.util.bitmask.BitMask modificationMask) |
public org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.definitions.rule.impl.RuleImpl rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint,
org.drools.core.util.bitmask.BitMask modificationMask,
Class<?> modifiedClass,
org.drools.core.marshalling.impl.MarshallerReaderContext readerContext)
createPropagationContext in interface org.drools.core.common.PropagationContextFactorypublic org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.definitions.rule.impl.RuleImpl 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)
createPropagationContext in interface org.drools.core.common.PropagationContextFactorypublic org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.definitions.rule.impl.RuleImpl rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
org.drools.core.rule.EntryPointId entryPoint,
org.drools.core.util.bitmask.BitMask modificationMask)
createPropagationContext in interface org.drools.core.common.PropagationContextFactorypublic org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.definitions.rule.impl.RuleImpl rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.rule.EntryPointId entryPoint)
createPropagationContext in interface org.drools.core.common.PropagationContextFactorypublic org.drools.core.spi.PropagationContext createPropagationContext(long number,
int type,
org.drools.core.definitions.rule.impl.RuleImpl rule,
org.drools.core.reteoo.LeftTuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle)
createPropagationContext in interface org.drools.core.common.PropagationContextFactoryCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.