|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SequentialPlan | |
|---|---|
| ai.planning | |
| ai.planning.propositional | |
| ai.planning.strips | |
| Uses of SequentialPlan in ai.planning |
|---|
| Methods in ai.planning that return SequentialPlan | |
|---|---|
SequentialPlan<A> |
Plan.asSequentialPlan()
This function returns a linearised, total-order version of this Plan. |
| Methods in ai.planning with parameters of type SequentialPlan | |
|---|---|
void |
SequentialPlan.concatenate(SequentialPlan<A> plan)
This function can be used to concatenate two plans. |
| Uses of SequentialPlan in ai.planning.propositional |
|---|
| Methods in ai.planning.propositional that return SequentialPlan | |
|---|---|
SequentialPlan<ai.krr.propositions.Atom> |
SequentialPlan.asSequentialPlan()
This function simply returns this Plan. |
| Methods in ai.planning.propositional with parameters of type SequentialPlan | |
|---|---|
void |
SequentialPlan.concatenate(SequentialPlan<ai.krr.propositions.Atom> plan)
This function can be used to concatenate two plans. |
| Uses of SequentialPlan in ai.planning.strips |
|---|
| Classes in ai.planning.strips that implement SequentialPlan | |
|---|---|
class |
SequentialPlan
|
| Methods in ai.planning.strips that return SequentialPlan | |
|---|---|
SequentialPlan<ai.krr.fol.Atom> |
SequentialPlan.asSequentialPlan()
This function returns a linearised, total-order version of this Plan. |
| Methods in ai.planning.strips with parameters of type SequentialPlan | |
|---|---|
void |
SequentialPlan.concatenate(SequentialPlan<ai.krr.fol.Atom> plan)
This function can be used to concatenate two plans. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||