
aima.core.search.nondeterministic.Path Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aima-core Show documentation
Show all versions of aima-core Show documentation
AIMA-Java Core Algorithms from the book Artificial Intelligence a Modern Approach 3rd Ed.
package aima.core.search.nondeterministic;
import java.util.LinkedList;
/**
* Represents the path the agent travels through the AND-OR tree (see figure
* 4.10, page 135, AIMA3e).
*
* @author Andrew Brown
*/
public class Path extends LinkedList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy