org.jactr.core.slot
Interface IVariableNameSlot

All Superinterfaces:
java.lang.Cloneable, ISlot
All Known Subinterfaces:
IMutableVariableNameSlot
All Known Implementing Classes:
DefaultVariableConditionalSlot

public interface IVariableNameSlot
extends ISlot

interface defining a slot who's name is a variable itself.

Author:
harrison

Method Summary
 boolean isVariableName()
          does this slot's name correspond to an unresolved variable
 
Methods inherited from interface org.jactr.core.slot.ISlot
equalValues, getName, getValue, isVariable, isVariableValue
 

Method Detail

isVariableName

boolean isVariableName()
does this slot's name correspond to an unresolved variable

Returns: