|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface State
This interface represents the state of affairs of a problem-solving domain. Implementing classes will store the representation details of concrete problem states.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Tests for equality between this state and the argument state. |
java.lang.String |
toString()
Creates a primitive, non-GUI representation of this State object. |
Method Detail |
---|
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the state to test against this state
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |