Drools :: Core 6.1.0.Beta1

org.drools.core.common
Interface PropagationContextFactory

All Known Implementing Classes:
PhreakPropagationContextFactory

public interface PropagationContextFactory


Method Summary
 PropagationContext createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle)
           
 PropagationContext createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint)
           
 PropagationContext createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, long modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext)
           
 PropagationContext createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)
           
 PropagationContext createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, int activeActivations, int dormantActivations, EntryPointId entryPoint, long modificationMask)
           
 

Method Detail

createPropagationContext

PropagationContext createPropagationContext(long number,
                                            int type,
                                            Rule rule,
                                            LeftTuple leftTuple,
                                            InternalFactHandle factHandle,
                                            EntryPointId entryPoint,
                                            long modificationMask,
                                            Class<?> modifiedClass,
                                            MarshallerReaderContext readerContext)

createPropagationContext

PropagationContext createPropagationContext(long number,
                                            int type,
                                            Rule rule,
                                            LeftTuple leftTuple,
                                            InternalFactHandle factHandle,
                                            EntryPointId entryPoint,
                                            MarshallerReaderContext readerContext)

createPropagationContext

PropagationContext createPropagationContext(long number,
                                            int type,
                                            Rule rule,
                                            LeftTuple leftTuple,
                                            InternalFactHandle factHandle,
                                            int activeActivations,
                                            int dormantActivations,
                                            EntryPointId entryPoint,
                                            long modificationMask)

createPropagationContext

PropagationContext createPropagationContext(long number,
                                            int type,
                                            Rule rule,
                                            LeftTuple leftTuple,
                                            InternalFactHandle factHandle,
                                            EntryPointId entryPoint)

createPropagationContext

PropagationContext createPropagationContext(long number,
                                            int type,
                                            Rule rule,
                                            LeftTuple leftTuple,
                                            InternalFactHandle factHandle)

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.