org.drools.runtime.rule
Interface PropagationContext


public interface PropagationContext


Field Summary
static int ASSERTION
           
static int EXPIRATION
           
static int MODIFICATION
           
static int RETRACTION
           
static int RULE_ADDITION
           
static int RULE_REMOVAL
           
static String[] typeDescr
           
 
Method Summary
 FactHandle getFactHandle()
           
 long getPropagationNumber()
           
 Rule getRule()
           
 int getType()
           
 

Field Detail

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
Method Detail

getPropagationNumber

long getPropagationNumber()

getRule

Rule getRule()

getFactHandle

FactHandle getFactHandle()

getType

int getType()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.