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

java.lang.Object
  extended by org.jactr.modules.pm.common.memory.map.AbstractFeatureMap<T>
      extended by org.jactr.modules.pm.visual.memory.impl.map.AbstractVisualFeatureMap<java.lang.String>
          extended by org.jactr.modules.pm.visual.memory.impl.map.ValueFeatureMap
All Implemented Interfaces:
IAfferentObjectListener, IFeatureMap<java.lang.String>

public class ValueFeatureMap
extends AbstractVisualFeatureMap<java.lang.String>


Constructor Summary
ValueFeatureMap()
           
 
Method Summary
 void normalizeRequest(ChunkTypeRequest request)
          provides an opportunity to normalize any varialbes.
 
Methods inherited from class org.jactr.modules.pm.visual.memory.impl.map.AbstractVisualFeatureMap
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

ValueFeatureMap

public ValueFeatureMap()
Method Detail

normalizeRequest

public void normalizeRequest(ChunkTypeRequest request)
Description copied from interface: IFeatureMap
provides an opportunity to normalize any varialbes. will only be called if IFeatureMap.isInterestedIn(ChunkTypeRequest)