org.drools.core.common
Class PhreakPropagationContextFactory
java.lang.Object
org.drools.core.common.PhreakPropagationContextFactory
- All Implemented Interfaces:
- Serializable, PropagationContextFactory
public class PhreakPropagationContextFactory
- extends Object
- implements PropagationContextFactory, Serializable
- See Also:
- Serialized Form
|
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 |
PhreakPropagationContextFactory
public PhreakPropagationContextFactory()
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.