org.jactr.modules.pm.visual.memory.impl.map
Class DistanceFeatureMap

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

public class DistanceFeatureMap
extends AbstractSortedVisualFeatureMap<java.lang.Double>


Constructor Summary
DistanceFeatureMap()
           
 
Method Summary
 
Methods inherited from class org.jactr.modules.pm.visual.memory.impl.map.AbstractSortedVisualFeatureMap
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

DistanceFeatureMap

public DistanceFeatureMap()