Uses of Interface
org.drools.core.marshalling.MarshallerReaderContext
-
Packages that use MarshallerReaderContext Package Description org.drools.core.common org.drools.core.impl org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of MarshallerReaderContext in org.drools.core.common
Methods in org.drools.core.common that return MarshallerReaderContext Modifier and Type Method Description MarshallerReaderContextPhreakPropagationContext. getReaderContext()MarshallerReaderContextPropagationContext. getReaderContext()Constructors in org.drools.core.common with parameters of type MarshallerReaderContext Constructor Description DeactivateCallback(MarshallerReaderContext context)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, BitMask modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext) -
Uses of MarshallerReaderContext in org.drools.core.impl
Constructors in org.drools.core.impl with parameters of type MarshallerReaderContext Constructor Description WorkingMemoryReteExpireAction(MarshallerReaderContext context) -
Uses of MarshallerReaderContext in org.drools.core.rule
Constructors in org.drools.core.rule with parameters of type MarshallerReaderContext Constructor Description BehaviorExpireWMAction(MarshallerReaderContext inCtx)
-