public interface DroolsSession<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER_NUMBER_OF_FIRED_RULES |
| Modifier and Type | Method and Description |
|---|---|
void |
fireAllRules() |
int |
getNumberOfFiredRules() |
void |
insert(Object... objects) |
void |
startProcess(String processId) |
static final String IDENTIFIER_NUMBER_OF_FIRED_RULES
Copyright © 2015. All rights reserved.