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.spi.Tuple 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.spi.Tuple 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.spi.Tuple 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.spi.Tuple 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.spi.Tuple leftTuple,
org.drools.core.common.InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
org.drools.core.rule.EntryPointId entryPoint,
org.drools.core.util.bitmask.BitMask modificationMask) |
static org.drools.core.common.PropagationContextFactory |
getInstance() |
public static org.drools.core.common.PropagationContextFactory getInstance()
public org.drools.core.spi.PropagationContext createPropagationContext(long number, int type, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.spi.Tuple 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.PropagationContextFactory
public org.drools.core.spi.PropagationContext createPropagationContext(long number, int type, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.spi.Tuple 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.PropagationContextFactory
public org.drools.core.spi.PropagationContext createPropagationContext(long number, int type, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.spi.Tuple 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.PropagationContextFactory
public org.drools.core.spi.PropagationContext createPropagationContext(long number, int type, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.spi.Tuple leftTuple, org.drools.core.common.InternalFactHandle factHandle, org.drools.core.rule.EntryPointId entryPoint)
createPropagationContext
in interface org.drools.core.common.PropagationContextFactory
public org.drools.core.spi.PropagationContext createPropagationContext(long number, int type, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.spi.Tuple leftTuple, org.drools.core.common.InternalFactHandle factHandle)
createPropagationContext
in interface org.drools.core.common.PropagationContextFactory
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.