|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.logic.Problem
public abstract class Problem
Constructor Summary | |
---|---|
Problem()
|
|
Problem(Task rootTask)
|
Method Summary | |
---|---|
abstract boolean |
goalTest()
|
long |
pathCost(Task task)
|
void |
setTaskRoot(Task rootTask)
if I create a class without using a normal constructor |
Task |
successor()
what should be the default sequence for this, I think that a deep first |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Problem(Task rootTask)
public Problem()
Method Detail |
---|
public abstract boolean goalTest()
goalTest
in interface ProblemI
public Task successor()
successor
in interface ProblemI
public long pathCost(Task task)
pathCost
in interface ProblemI
public void setTaskRoot(Task rootTask)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |