|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IProcess | |
|---|---|
| org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
| org.drools.common | |
| org.drools.compiler | This is the main package to load rules. |
| org.drools.ruleflow.common.core.impl | |
| org.drools.ruleflow.common.instance | |
| org.drools.ruleflow.common.instance.impl | |
| org.drools.ruleflow.core | |
| org.drools.ruleflow.core.impl | |
| Uses of IProcess in org.drools |
|---|
| Methods in org.drools that return IProcess | |
|---|---|
IProcess |
RuleBase.getProcess(String id)
|
| Methods in org.drools with parameters of type IProcess | |
|---|---|
void |
RuleBase.addProcess(IProcess process)
|
| Uses of IProcess in org.drools.common |
|---|
| Methods in org.drools.common that return IProcess | |
|---|---|
IProcess |
AbstractRuleBase.getProcess(String id)
|
IProcess[] |
AbstractRuleBase.getProcesses()
|
| Methods in org.drools.common with parameters of type IProcess | |
|---|---|
void |
AbstractRuleBase.addProcess(IProcess process)
|
| Uses of IProcess in org.drools.compiler |
|---|
| Methods in org.drools.compiler that return IProcess | |
|---|---|
IProcess[] |
ProcessBuilder.getProcesses()
|
| Methods in org.drools.compiler with parameters of type IProcess | |
|---|---|
void |
ProcessBuilder.addProcess(IProcess process)
|
| Uses of IProcess in org.drools.ruleflow.common.core.impl |
|---|
| Classes in org.drools.ruleflow.common.core.impl that implement IProcess | |
|---|---|
class |
Process
Default implementation of a Process |
| Uses of IProcess in org.drools.ruleflow.common.instance |
|---|
| Methods in org.drools.ruleflow.common.instance that return IProcess | |
|---|---|
IProcess |
IProcessInstance.getProcess()
|
| Methods in org.drools.ruleflow.common.instance with parameters of type IProcess | |
|---|---|
void |
IProcessInstance.setProcess(IProcess process)
|
| Uses of IProcess in org.drools.ruleflow.common.instance.impl |
|---|
| Methods in org.drools.ruleflow.common.instance.impl that return IProcess | |
|---|---|
IProcess |
ProcessInstance.getProcess()
|
| Methods in org.drools.ruleflow.common.instance.impl with parameters of type IProcess | |
|---|---|
void |
ProcessInstance.setProcess(IProcess process)
|
| Uses of IProcess in org.drools.ruleflow.core |
|---|
| Subinterfaces of IProcess in org.drools.ruleflow.core | |
|---|---|
interface |
IRuleFlowProcess
Represents a RuleFlow process. |
| Uses of IProcess in org.drools.ruleflow.core.impl |
|---|
| Classes in org.drools.ruleflow.core.impl that implement IProcess | |
|---|---|
class |
RuleFlowProcess
Default implementation of a RuleFlow process. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||