Uses of Class
org.drools.core.common.PropagationContext.Type
-
Packages that use PropagationContext.Type Package Description org.drools.core.common -
-
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()PropagationContext.TypePropagationContext. getType()static PropagationContext.TypePropagationContext.Type. valueOf(java.lang.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.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, java.lang.Class<?> modifiedClass, MarshallerReaderContext readerContext)
-