org.jactr.modules.pm.visual.memory.impl.map
Class AbstractVisualFeatureMap<T>

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<T>
All Implemented Interfaces:
IAfferentObjectListener, IFeatureMap<T>
Direct Known Subclasses:
ColorFeatureMap, DimensionFeatureMap, KindFeatureMap, ValueFeatureMap

public abstract class AbstractVisualFeatureMap<T>
extends AbstractFeatureMap<T>


Constructor Summary
AbstractVisualFeatureMap(java.lang.String requestSlotName, java.lang.String crPropertyName)
           
 
Method Summary
 boolean isInterestedIn(org.commonreality.object.IAfferentObject object)
           
 
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
 
Methods inherited from interface org.jactr.modules.pm.common.memory.map.IFeatureMap
normalizeRequest
 

Constructor Detail

AbstractVisualFeatureMap

public AbstractVisualFeatureMap(java.lang.String requestSlotName,
                                java.lang.String crPropertyName)
Method Detail

isInterestedIn

public boolean isInterestedIn(org.commonreality.object.IAfferentObject object)