Modifier and Type | Method and Description |
---|---|
java.util.Set<Activation<?>> |
RuleEngine.getActivations(IncQueryActivationStateEnum state) |
Modifier and Type | Method and Description |
---|---|
static <Match extends IPatternMatch> |
Jobs.newStatelessJob(IncQueryActivationStateEnum incQueryActivationStateEnum,
IMatchProcessor<Match> processor)
Creates a
StatelessJob for the given state with the given processor. |
Modifier and Type | Method and Description |
---|---|
static IncQueryActivationStateEnum |
IncQueryActivationStateEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncQueryActivationStateEnum[] |
IncQueryActivationStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SequentialProcessorsJob(IncQueryActivationStateEnum incQueryActivationStateEnum,
java.util.List<? extends IMatchProcessor<Match>> matchProcessors)
Creates a stateless job for the given state and list of processors.
|
StatelessJob(IncQueryActivationStateEnum incQueryActivationStateEnum,
IMatchProcessor<Match> matchProcessor)
Creates a stateless job for the given state and processor.
|