union


Description:

public WorldState union (WorldState ws2)

Performs a union on the current world state and the supplied one.

Parameters:

ws2 WorldState to perform the union with.

Returns:

A WorldState combining the observations from this state and the supplied one.