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

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

public class DurationFeatureMap
extends OffsetFeatureMap


Constructor Summary
DurationFeatureMap()
           
 
Method Summary
 
Methods inherited from class org.jactr.modules.pm.aural.memory.impl.map.OffsetFeatureMap
normalizeRequest, setAgent
 
Methods inherited from class org.jactr.modules.pm.aural.memory.impl.map.AbstractAuralFeatureMap
isInterestedIn
 
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
 

Constructor Detail

DurationFeatureMap

public DurationFeatureMap()