org.jactr.core.slot
Interface ISlotSearchSupport


public interface ISlotSearchSupport

Description of the Interface

Author:
harrison

Method Summary
 void addChunk(IChunk c)
          insert this chunk into the slot search system
 void clear()
          Description of the Method
 void updateSlotValue(ChunkSlot slot, java.lang.Object oldValue)
           
 

Method Detail

clear

void clear()
Description of the Method


updateSlotValue

void updateSlotValue(ChunkSlot slot,
                     java.lang.Object oldValue)

addChunk

void addChunk(IChunk c)
insert this chunk into the slot search system