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

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

public abstract class AbstractSortedAuralFeatureMap<T>
extends AbstractSortedFeatureMap<T>


Constructor Summary
AbstractSortedAuralFeatureMap(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.AbstractSortedFeatureMap
normalizeRequest, toString
 
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, wait, wait, wait
 

Constructor Detail

AbstractSortedAuralFeatureMap

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

isInterestedIn

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