Home Previous Up Next Index

memoryx::WorkingMemoryEntitySegmentBase

Overview

[ "cpp:virtual" ] class WorkingMemoryEntitySegmentBase extends AbstractWorkingMemorySegment implements EntityMemorySegmentInterface

Derived Classes and Interfaces

ActiveOacMemorySegmentBase
AffordanceSegmentBase
AgentInstancesSegmentBase
EnvironmentalPrimitiveSegmentBase
ObjectClassMemorySegmentBase
ObjectInstanceMemorySegmentBase
RelationMemorySegmentBase
WorldStateSegmentBase

Operation Index

addFusionMethod
getListenerProxy

Data Member Index

fusionMethods
listenerProxy
objectTypeId

Operations

void addFusionMethod(EntityFusionMethodBase fusionMethod)

WorkingMemoryListenerInterface* getListenerProxy()

Data Members

[ "protected" ] FusionMethodList fusionMethods;

[ "protected" ] WorkingMemoryListenerInterface* listenerProxy;

[ "protected" ] string objectTypeId;


Home Previous Up Next Index