public interface ConflictSetResolution
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<java.util.AbstractMap.SimpleEntry<Rule,UncertainTrue>> |
resolveConflictSet(ConflictSet cs)
This method performs conflict set resolution and returns rules that should be fired.
|
java.util.LinkedList<java.util.AbstractMap.SimpleEntry<Rule,UncertainTrue>> resolveConflictSet(ConflictSet cs)
cs - the conflict set containing all rules that were designated to fire by the reasoning
algorithm