Uses of Class
org.drools.core.spi.PropagationContext.Type
-
Packages that use PropagationContext.Type Package Description org.drools.core.common org.drools.core.spi -
-
Uses of PropagationContext.Type in org.drools.core.common
Methods in org.drools.core.common that return PropagationContext.Type Modifier and Type Method Description PropagationContext.TypePhreakPropagationContext. getType()Constructors in org.drools.core.common with parameters of type PropagationContext.Type Constructor Description PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint)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 PropagationContext.Type in org.drools.core.spi
Methods in org.drools.core.spi that return PropagationContext.Type Modifier and Type Method Description PropagationContext.TypePropagationContext. getType()static PropagationContext.TypePropagationContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PropagationContext.Type[]PropagationContext.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-