org.jactr.modules.pm.aural.memory.impl.map
Class OnsetFeatureMap

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<java.lang.Double>
              extended by org.jactr.modules.pm.aural.memory.impl.map.OnsetFeatureMap
All Implemented Interfaces:
IAfferentObjectListener, IFeatureMap<java.lang.Double>

public class OnsetFeatureMap
extends AbstractSortedAuralFeatureMap<java.lang.Double>


Constructor Summary
OnsetFeatureMap()
           
 
Method Summary
 
Methods inherited from class org.jactr.modules.pm.aural.memory.impl.map.AbstractSortedAuralFeatureMap
isInterestedIn
 
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

OnsetFeatureMap

public OnsetFeatureMap()