public interface PropagationContext
Modifier and Type | Field and Description |
---|---|
static int |
DELETION |
static int |
EXPIRATION |
static int |
INSERTION |
static int |
MODIFICATION |
static int |
RULE_ADDITION |
static int |
RULE_REMOVAL |
static String[] |
typeDescr |
Modifier and Type | Method and Description |
---|---|
FactHandle |
getFactHandle() |
long |
getPropagationNumber() |
Rule |
getRule()
The rule that caused the working memory action that created this PropagationContext.
|
int |
getType()
The PropagationContextType, numbers may change between Drools versions.
|
static final int INSERTION
static final int DELETION
static final int MODIFICATION
static final int RULE_ADDITION
static final int RULE_REMOVAL
static final int EXPIRATION
static final String[] typeDescr
long getPropagationNumber()
Rule getRule()
FactHandle getFactHandle()
int getType()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.