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.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) |
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)
createPropagationContext
in interface org.drools.core.common.PropagationContextFactory
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)
createPropagationContext
in interface org.drools.core.common.PropagationContextFactory
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)
createPropagationContext
in interface org.drools.core.common.PropagationContextFactory
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)
createPropagationContext
in interface org.drools.core.common.PropagationContextFactory
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)
createPropagationContext
in interface org.drools.core.common.PropagationContextFactory
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.