Package | Description |
---|---|
jason.asSemantics | |
jason.asSyntax |
Modifier and Type | Field and Description |
---|---|
protected PlanBody |
IntendedMeans.planBody |
Modifier and Type | Method and Description |
---|---|
PlanBody |
IntendedMeans.getCurrentStep() |
PlanBody |
IntendedMeans.insertAsNextStep(PlanBody pb2add) |
Modifier and Type | Method and Description |
---|---|
PlanBody |
IntendedMeans.insertAsNextStep(PlanBody pb2add) |
Modifier and Type | Class and Description |
---|---|
class |
BodyLiteral
Deprecated.
use PlanBodyImpl instead.
|
class |
PlanBodyImpl
Represents a plan body item (achieve, test, action, ...) and its successors.
|
Modifier and Type | Method and Description |
---|---|
PlanBody |
PlanBodyImpl.capply(Unifier u) |
PlanBody |
PlanBodyImpl.clone() |
PlanBody |
PlanBodyImpl.clonePB() |
PlanBody |
PlanBody.clonePB()
clone the plan body
|
PlanBody |
Plan.getBody() |
PlanBody |
PlanBodyImpl.getBodyNext() |
PlanBody |
PlanBody.getBodyNext() |
PlanBody |
PlanBodyImpl.getLastBody() |
PlanBody |
PlanBody.getLastBody() |
static PlanBody |
ASSyntax.parsePlanBody(java.lang.String sPlanBody)
creates a new plan body by parsing a string
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<PlanBody> |
PlanBodyImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
PlanBodyImpl.add(int index,
PlanBody bl) |
boolean |
PlanBody.add(int index,
PlanBody bl) |
boolean |
PlanBodyImpl.add(PlanBody bl)
clone the plan body and adds it in the end of this plan
|
boolean |
PlanBody.add(PlanBody bl) |
void |
PlanBodyImpl.setBodyNext(PlanBody next) |
void |
PlanBody.setBodyNext(PlanBody bl) |
Constructor and Description |
---|
Plan(Pred label,
Trigger te,
LogicalFormula ct,
PlanBody bd) |