|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.jscience.computing.ai.expertsystem.ConflictSetEvent
public class ConflictSetEvent
A semantic event that indicates that an element was either added to or removed from a conflict set.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ConflictSetEvent(AbstractKnowledgeBase source,
ConflictSetElement element)
Class constructor. |
|
| Method Summary | |
|---|---|
ConflictSetElement |
getElement()
Returns the element that was added/removed. |
AbstractKnowledgeBase |
getKnowledgeBase()
Returns the knowledge base that added or removed the element. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConflictSetEvent(AbstractKnowledgeBase source,
ConflictSetElement element)
source - the knowledge base that added or removed the element.element - the element that was added or removed.| Method Detail |
|---|
public ConflictSetElement getElement()
public AbstractKnowledgeBase getKnowledgeBase()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||