org.algernon.kb.event
Interface KnowledgeBaseEvent
- All Superinterfaces:
- AlgernonEvent
- public interface KnowledgeBaseEvent
- extends AlgernonEvent
User: hewett
Date: May 28, 2003
Time: 3:44:49 PM
KB_CREATE_EVENT
public static final int KB_CREATE_EVENT
- See Also:
- Constant Field Values
KB_MODIFY_EVENT
public static final int KB_MODIFY_EVENT
- See Also:
- Constant Field Values
KB_DELETE_EVENt
public static final int KB_DELETE_EVENt
- See Also:
- Constant Field Values
FRAME_CREATE_EVENT
public static final int FRAME_CREATE_EVENT
- See Also:
- Constant Field Values
FRAME_MODIFY_EVENT
public static final int FRAME_MODIFY_EVENT
- See Also:
- Constant Field Values
FRAME_DELETE_EVENT
public static final int FRAME_DELETE_EVENT
- See Also:
- Constant Field Values
SLOT_CREATE_EVENt
public static final int SLOT_CREATE_EVENt
- See Also:
- Constant Field Values
SLOT_MODIFY_EVENT
public static final int SLOT_MODIFY_EVENT
- See Also:
- Constant Field Values
SLOT_DELETE_EVENT
public static final int SLOT_DELETE_EVENT
- See Also:
- Constant Field Values
getKnowledgeBase
public AlgernonKB getKnowledgeBase()
getFrame
public AlgernonFrame getFrame()
getRelation
public AlgernonRelation getRelation()
getOldRelationValue
public Object getOldRelationValue()
getNewRelationValue
public Object getNewRelationValue()