intersection


Description:

public WorldState intersection (WorldState ws2)

Performs an intersection on the current world state and the supplied one.

Parameters:

ws2 WorldState to perform the intersection with.

Returns:

A WorldState containing only observations that are present in this state and the supplied one.