Drools :: Core 6.1.0.Beta1

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, 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)
           
 
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,
                                                   Rule rule,
                                                   LeftTuple leftTuple,
                                                   InternalFactHandle factHandle,
                                                   EntryPointId entryPoint,
                                                   long modificationMask,
                                                   Class<?> modifiedClass,
                                                   MarshallerReaderContext readerContext)
Specified by:
createPropagationContext in interface PropagationContextFactory

createPropagationContext

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

createPropagationContext

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

createPropagationContext

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

createPropagationContext

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

Drools :: Core 6.1.0.Beta1

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