|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SequentialPlan | |
|---|---|
| ai.planning.strips | |
| ai.planning.strips.ssp | |
| Uses of SequentialPlan in ai.planning.strips |
|---|
| Methods in ai.planning.strips that return SequentialPlan | |
|---|---|
SequentialPlan |
SequentialPlan.clone()
This function returns a semi-shallow copy of this plan. |
protected SequentialPlan |
PddlPlanAdaptor.parsePlan()
|
SequentialPlan |
PddlPlanAdaptor.read(java.io.Reader r)
This function attempts to parse characters from the given Reader until a Sentence that represents an object in the internal representation has been parsed. |
static SequentialPlan |
SequentialPlan.read(java.io.Reader r,
inf.compilers.SyntaxAdaptor<SequentialPlan> sa)
|
SequentialPlan |
ToPropositionalTransformer.transformPlan(SequentialPlan pPlan)
|
| Methods in ai.planning.strips that return types with arguments of type SequentialPlan | |
|---|---|
java.lang.Class<SequentialPlan> |
PddlPlanAdaptor.getInternalClass()
This function returns the Class that holds the internal representation this adaptor translates to and from. |
| Methods in ai.planning.strips with parameters of type SequentialPlan | |
|---|---|
boolean |
SequentialPlan.equals(SequentialPlan other)
|
void |
PddlPlanAdaptor.prettyPrint(int indent,
SequentialPlan plan,
java.io.Writer w)
This function takes a logical Sentence which is a Java Object in the internal representation, and writes it to the given Writer as a string conforming to the KIF syntax. |
static void |
PddlPlanAdaptor.prettyPrintOrder(int indent,
SequentialPlan plan,
java.io.Writer w,
java.util.Properties props)
|
static void |
PddlPlanAdaptor.prettyPrintPlan(int indent,
SequentialPlan plan,
java.io.Writer w,
java.util.Properties props)
|
void |
PddlPlanAdaptor.write(SequentialPlan plan,
java.io.Writer w)
This function takes a logical Sentence which is a Java Object in the internal representation, and writes it to the given Writer as a string conforming to the KIF syntax. |
static void |
PddlPlanAdaptor.writeOrder(SequentialPlan plan,
java.io.Writer w,
java.util.Properties props)
|
static void |
PddlPlanAdaptor.writePlan(SequentialPlan plan,
java.io.Writer w,
java.util.Properties props)
|
| Method parameters in ai.planning.strips with type arguments of type SequentialPlan | |
|---|---|
static SequentialPlan |
SequentialPlan.read(java.io.Reader r,
inf.compilers.SyntaxAdaptor<SequentialPlan> sa)
|
| Uses of SequentialPlan in ai.planning.strips.ssp |
|---|
| Methods in ai.planning.strips.ssp that return SequentialPlan | |
|---|---|
SequentialPlan |
GndFwdSearchPlanner.nextPlan()
This function starts the search for a Plan. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||