Drools :: Core 6.2.0.CR4

org.drools.core.common
Class PhreakPropagationContextFactory

java.lang.Object
  extended by org.drools.core.common.PhreakPropagationContextFactory
All Implemented Interfaces:
Serializable, PropagationContextFactory

public class PhreakPropagationContextFactory
extends Object
implements PropagationContextFactory, Serializable

See Also:
Serialized Form

Constructor Summary
PhreakPropagationContextFactory()
           
 
Method Summary
 PropagationContext createPropagationContext(long number, int type, RuleImpl rule, LeftTuple leftTuple, InternalFactHandle factHandle)
           
 PropagationContext createPropagationContext(long number, int type, RuleImpl rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint)
           
 PropagationContext createPropagationContext(long number, int type, RuleImpl rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, BitMask modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext)
           
 PropagationContext createPropagationContext(long number, int type, RuleImpl rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)
           
 PropagationContext createPropagationContext(long number, int type, RuleImpl rule, LeftTuple leftTuple, InternalFactHandle factHandle, int activeActivations, int dormantActivations, EntryPointId entryPoint, BitMask modificationMask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhreakPropagationContextFactory

public PhreakPropagationContextFactory()
Method Detail

createPropagationContext

public PropagationContext createPropagationContext(long number,
                                                   int type,
                                                   RuleImpl rule,
                                                   LeftTuple leftTuple,
                                                   InternalFactHandle factHandle,
                                                   EntryPointId entryPoint,
                                                   BitMask modificationMask,
                                                   Class<?> modifiedClass,
                                                   MarshallerReaderContext readerContext)
Specified by:
createPropagationContext in interface PropagationContextFactory

createPropagationContext

public PropagationContext createPropagationContext(long number,
                                                   int type,
                                                   RuleImpl rule,
                                                   LeftTuple leftTuple,
                                                   InternalFactHandle factHandle,
                                                   EntryPointId entryPoint,
                                                   MarshallerReaderContext readerContext)
Specified by:
createPropagationContext in interface PropagationContextFactory

createPropagationContext

public PropagationContext createPropagationContext(long number,
                                                   int type,
                                                   RuleImpl rule,
                                                   LeftTuple leftTuple,
                                                   InternalFactHandle factHandle,
                                                   int activeActivations,
                                                   int dormantActivations,
                                                   EntryPointId entryPoint,
                                                   BitMask modificationMask)
Specified by:
createPropagationContext in interface PropagationContextFactory

createPropagationContext

public PropagationContext createPropagationContext(long number,
                                                   int type,
                                                   RuleImpl rule,
                                                   LeftTuple leftTuple,
                                                   InternalFactHandle factHandle,
                                                   EntryPointId entryPoint)
Specified by:
createPropagationContext in interface PropagationContextFactory

createPropagationContext

public PropagationContext createPropagationContext(long number,
                                                   int type,
                                                   RuleImpl rule,
                                                   LeftTuple leftTuple,
                                                   InternalFactHandle factHandle)
Specified by:
createPropagationContext in interface PropagationContextFactory

Drools :: Core 6.2.0.CR4

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