public interface InternalDataSource<T>
extends org.kie.api.runtime.rule.DataSource<T>
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.kie.api.runtime.rule.RuleUnit unit,
org.kie.api.runtime.rule.EntryPoint ep) |
void |
setWorkingMemory(InternalWorkingMemory workingMemory) |
void |
unbind(org.kie.api.runtime.rule.RuleUnit unit) |
void |
update(org.kie.api.runtime.rule.FactHandle fh,
Object obj,
BitMask mask,
Class<?> modifiedClass,
Activation activation) |
forEach, iterator, spliteratorvoid bind(org.kie.api.runtime.rule.RuleUnit unit,
org.kie.api.runtime.rule.EntryPoint ep)
void unbind(org.kie.api.runtime.rule.RuleUnit unit)
void update(org.kie.api.runtime.rule.FactHandle fh,
Object obj,
BitMask mask,
Class<?> modifiedClass,
Activation activation)
void setWorkingMemory(InternalWorkingMemory workingMemory)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.