org.jactr.core.slot
Interface IMutableSlot

All Superinterfaces:
java.lang.Cloneable, ISlot
All Known Subinterfaces:
IConditionalSlot
All Known Implementing Classes:
ChunkSlot, ChunkTypeSlot, DefaultConditionalSlot, DefaultMutableSlot, DefaultVariableConditionalSlot

public interface IMutableSlot
extends ISlot

Author:
harrison TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void setValue(java.lang.Object value)
           
 
Methods inherited from interface org.jactr.core.slot.ISlot
equalValues, getName, getValue, isVariable, isVariableValue
 

Method Detail

setValue

void setValue(java.lang.Object value)