Boeing Simulation 3.1 API Specification

world
Interface DeltaState

All Known Implementing Classes:
StandardDeltaState

public interface DeltaState

This class contains all the changes between one WorldState an another WorldState.

Version:
$Revision: 1.5 $
Author:
Dave Jurgens

Method Summary
 List getNewObjects()
          Return new object not previously in the world.
 Map getObjectUpdates()
          A map from the old object to its new object value.
 

Method Detail

getNewObjects

public List getNewObjects()
Return new object not previously in the world.


getObjectUpdates

public Map getObjectUpdates()
A map from the old object to its new object value. This may include an object going from some value going to null.


Boeing Simulation 3.1 API Specification

To submit a bug or feature email the author of that class. Funding for this research was provided by Boeing and DARPA.