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

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.SizeFeatureMap
All Implemented Interfaces:
IAfferentObjectListener, IFeatureMap<java.lang.Double>

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


Constructor Summary
SizeFeatureMap()
           
 
Method Summary
 void fillSlotValues(ChunkTypeRequest mutableRequest, org.commonreality.identifier.IIdentifier identifier, IChunk encodedChunk, ChunkTypeRequest originalSearchRequest)
          fill the slot values accordingly for this identifier at the mutablePattern location this is then used to further specify the actual location chunk that will be returned
 
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, getCandidateRealObjects, getInformation, getPerceptualMemory, isInterestedIn, removeListener, setPerceptualMemory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SizeFeatureMap

public SizeFeatureMap()
Method Detail

fillSlotValues

public void fillSlotValues(ChunkTypeRequest mutableRequest,
                           org.commonreality.identifier.IIdentifier identifier,
                           IChunk encodedChunk,
                           ChunkTypeRequest originalSearchRequest)
Description copied from interface: IFeatureMap
fill the slot values accordingly for this identifier at the mutablePattern location this is then used to further specify the actual location chunk that will be returned

Specified by:
fillSlotValues in interface IFeatureMap<java.lang.Double>
Overrides:
fillSlotValues in class AbstractFeatureMap<java.lang.Double>
Parameters:
mutableRequest - the pseudo visual location to be setup
encodedChunk - TODO