vs.worldagent
Interface IWorldUpdateManager

All Superinterfaces:
IAgentModule
All Known Implementing Classes:
BasicWorldUpdateManager

public interface IWorldUpdateManager
extends IAgentModule

Interface for World Knowledge Manager

Author:
swartjes Created on 20-sep-2005

Method Summary
 void performOperator(Operator operator)
          Ask knowledgebase to apply operator effects to the world without a consistency check
 
Methods inherited from interface vs.IAgentModule
getAgent
 

Method Detail

performOperator

void performOperator(Operator operator)
Ask knowledgebase to apply operator effects to the world without a consistency check

Parameters:
operator - to apply