org.shapelogic.logic
Interface ProblemI
- All Known Implementing Classes:
- Problem
public interface ProblemI
Not sure if i need this one
The abstract class for a formal problem. You should subclass this and
implement the method successor, and possibly __init__, goal_test, and
path_cost. Then you will create instances of your subclass and solve them
with the various search functions.
- Author:
- Sami Badawi
successor
Task successor()
goalTest
boolean goalTest()
pathCost
long pathCost(Task task)
Copyright © 2008. All Rights Reserved.