org.jactr.core.slot
Interface ISlot

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
IConditionalSlot, IMutableSlot
All Known Implementing Classes:
BasicSlot, ChunkSlot, ChunkTypeSlot, DefaultConditionalSlot, DefaultMutableSlot, ImmutableSlotWrapper

public interface ISlot
extends java.lang.Cloneable

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

Method Summary
 boolean equalValues(java.lang.Object value)
           
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 boolean isVariable()
           
 

Method Detail

getValue

java.lang.Object getValue()

getName

java.lang.String getName()

isVariable

boolean isVariable()

equalValues

boolean equalValues(java.lang.Object value)