org.drools.runtime.rule
Interface PropagationContext
public interface PropagationContext
ASSERTION
static final int ASSERTION
- See Also:
- Constant Field Values
RETRACTION
static final int RETRACTION
- See Also:
- Constant Field Values
MODIFICATION
static final int MODIFICATION
- See Also:
- Constant Field Values
RULE_ADDITION
static final int RULE_ADDITION
- See Also:
- Constant Field Values
RULE_REMOVAL
static final int RULE_REMOVAL
- See Also:
- Constant Field Values
EXPIRATION
static final int EXPIRATION
- See Also:
- Constant Field Values
typeDescr
static final String[] typeDescr
getPropagationNumber
long getPropagationNumber()
getRule
Rule getRule()
getFactHandle
FactHandle getFactHandle()
getType
int getType()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.