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

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

public class VisibilityFeatureMap
extends AbstractSortedVisualFeatureMap<java.lang.Boolean>

meta-feature map with visibility


Constructor Summary
VisibilityFeatureMap()
           
 
Method Summary
 boolean isInterestedIn(ChunkTypeRequest request)
          this feature map isn't used in visual searches
 
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, removeListener, setPerceptualMemory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VisibilityFeatureMap

public VisibilityFeatureMap()
Method Detail

isInterestedIn

public boolean isInterestedIn(ChunkTypeRequest request)
this feature map isn't used in visual searches

Specified by:
isInterestedIn in interface IFeatureMap<java.lang.Boolean>
Overrides:
isInterestedIn in class AbstractFeatureMap<java.lang.Boolean>
Parameters:
request -
Returns:
See Also:
AbstractFeatureMap.isInterestedIn(org.jactr.core.production.request.ChunkTypeRequest)