vs.worldagent
Class BasicWorldUpdateManager

java.lang.Object
  extended by vs.worldagent.BasicWorldUpdateManager
All Implemented Interfaces:
IAgentModule, IWorldUpdateManager

Deprecated. at 16 june. Not used anymore; all its remaining functionality moved to OperatorScheduler

@Deprecated
public class BasicWorldUpdateManager
extends java.lang.Object
implements IWorldUpdateManager

Manages world knowledge: - Handles world change requests - Sends world updates

Author:
swartjes Created on 20-sep-2005

Constructor Summary
BasicWorldUpdateManager(IWorldAgent owner)
          Deprecated. Constructor
 
Method Summary
 IWorldAgent getAgent()
          Deprecated. To get the Agent
 void performOperator(Operator operator)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWorldUpdateManager

public BasicWorldUpdateManager(IWorldAgent owner)
Deprecated. 
Constructor

Parameters:
owner - the World agent that owns this module
Method Detail

getAgent

public IWorldAgent getAgent()
Deprecated. 
Description copied from interface: IAgentModule
To get the Agent

Specified by:
getAgent in interface IAgentModule
Returns:
an Agent that owns this module

performOperator

@Deprecated
public void performOperator(Operator operator)
Deprecated. 

Description copied from interface: IWorldUpdateManager
Ask knowledgebase to apply operator effects to the world without a consistency check

Specified by:
performOperator in interface IWorldUpdateManager
Parameters:
operator - to apply