Blackboard World State Determiner
class BlackboardWorldStateDeterminer(processContext: ProcessContext, logicalExpressionParser: LogicalExpressionParser) : WorldStateDeterminer
Determine world state for the given ProcessContext, using the blackboard.
Functions
Link copied to clipboard
Determine an individual condition, disabling any caching. Any previously UNKNOWN condition must be re-evaluated if possible.
Link copied to clipboard
Determine world state. Optimization is permitted. Implementations may choose to return UNKNOWN for expensive conditions, which the planner should invoke lazily