org.jactr.modules.pm.aural.memory.impl.map
Class AbstractAuralFeatureMap<T>

java.lang.Object
  extended by org.jactr.modules.pm.common.memory.map.AbstractFeatureMap<T>
      extended by org.jactr.modules.pm.aural.memory.impl.map.AbstractAuralFeatureMap<T>
All Implemented Interfaces:
IAfferentObjectListener, IFeatureMap<T>
Direct Known Subclasses:
KindFeatureMap, OffsetFeatureMap

public abstract class AbstractAuralFeatureMap<T>
extends AbstractFeatureMap<T>


Constructor Summary
AbstractAuralFeatureMap(java.lang.String requestSlotName, java.lang.String crPropertyName)
           
 
Method Summary
 boolean isInterestedIn(org.commonreality.object.IAfferentObject object)
           
 
Methods inherited from class org.jactr.modules.pm.common.memory.map.AbstractFeatureMap
addListener, afferentObjectAdded, afferentObjectRemoved, afferentObjectUpdated, clear, dispose, fillSlotValues, getCandidateRealObjects, getInformation, getPerceptualMemory, isInterestedIn, removeListener, setPerceptualMemory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jactr.modules.pm.common.memory.map.IFeatureMap
normalizeRequest
 

Constructor Detail

AbstractAuralFeatureMap

public AbstractAuralFeatureMap(java.lang.String requestSlotName,
                               java.lang.String crPropertyName)
Method Detail

isInterestedIn

public boolean isInterestedIn(org.commonreality.object.IAfferentObject object)