All Packages  This Package  Class Hierarchy  Class Search  Index

Interface aima.search.State

Interface for any object that can be manipulated as a state by an implementation of SearchMethod.


public interface  State
{
          // Methods 2
     public abstract boolean isGoal();
     public abstract Enumeration successors();
}



Methods


isGoal

   public abstract boolean isGoal() 

Returns whether this state is a goal node.



successors

   public abstract Enumeration successors() 

Returns an enumeration of successors of the state.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4