public class ConflictSetFirstWin extends java.lang.Object implements ConflictSetResolution
| Constructor and Description |
|---|
ConflictSetFirstWin() |
| 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.
|
public java.util.LinkedList<java.util.AbstractMap.SimpleEntry<Rule,UncertainTrue>> resolveConflictSet(ConflictSet cs)
ConflictSetResolutionresolveConflictSet in interface ConflictSetResolutioncs - the conflict set containing all rules that were designated to fire by the reasoning
algorithm