get_schema


Description:

public Schema get_schema (WorldState preconditions, Action? action, WorldState postconditions)

Retrieves an existing schema with the provided attributes.

Parameters:

preconditions A WorldState specifying the desired schema's preconditions.
action An Action this schema should perform.
postconditions A WorldState specifying the desired schema's postconditions.

Returns:

A Schema with the provided attributes or null if one could not be found.