A B C D E F G H I K L M N O P Q R S T U V W

N

Node - class ai.search.Node.
A node in a search problem.
name - Variable in class ai.worlds.Obj
The name of the object.
neighbor(Location, Class) - Method in class ai.worlds.GridEnvironment
Determine whether a class object is in a neighboring cell.
nextMove() - Method in class ai.worlds.wumpus.DefaultWumpusLogic
Determine the next location the agent will visit.
nextMove() - Method in class ai.worlds.wumpus.WumpusLogic
Determine the next location the agent will visit.
nodeTable - Variable in class ai.search.Search
A list of expanded nodes.
numExpanded - Variable in class ai.search.Problem
The number of nodes expanded in the search.

A B C D E F G H I K L M N O P Q R S T U V W