Uses of Interface
jason.asSyntax.PlanBody
Package | Description |
---|---|
jason.asSemantics | |
jason.asSyntax |
-
Uses of PlanBody in jason.asSemantics
Fields in jason.asSemantics declared as PlanBody Modifier and Type Field Description protected PlanBody
IntendedMeans. planBody
Methods in jason.asSemantics that return PlanBody Modifier and Type Method Description PlanBody
IntendedMeans. getCurrentStep()
PlanBody
IntendedMeans. insertAsNextStep(PlanBody pb2add)
Methods in jason.asSemantics with parameters of type PlanBody Modifier and Type Method Description PlanBody
IntendedMeans. insertAsNextStep(PlanBody pb2add)
-
Uses of PlanBody in jason.asSyntax
Classes in jason.asSyntax that implement PlanBody Modifier and Type Class Description class
PlanBodyImpl
Represents a plan body item (achieve, test, action, ...) and its successors.Fields in jason.asSyntax declared as PlanBody Modifier and Type Field Description private PlanBody
Plan. body
private PlanBody
PlanBodyImpl. next
Methods in jason.asSyntax that return PlanBody Modifier and Type Method Description PlanBody
PlanBodyImpl. capply(Unifier u)
PlanBody
PlanBodyImpl. clone()
PlanBody
PlanBody. clonePB()
clone the plan bodyPlanBody
PlanBodyImpl. clonePB()
PlanBody
Plan. getBody()
PlanBody
PlanBody. getBodyNext()
PlanBody
PlanBodyImpl. getBodyNext()
PlanBody
PlanBody. getHead()
PlanBody
PlanBodyImpl. getHead()
PlanBody
PlanBody. getLastBody()
PlanBody
PlanBodyImpl. getLastBody()
static PlanBody
ASSyntax. parsePlanBody(java.lang.String sPlanBody)
creates a new plan body by parsing a stringMethods in jason.asSyntax that return types with arguments of type PlanBody Modifier and Type Method Description java.util.Iterator<PlanBody>
PlanBodyImpl. iterator()
Methods in jason.asSyntax with parameters of type PlanBody Modifier and Type Method Description boolean
PlanBody. add(int index, PlanBody bl)
boolean
PlanBody. add(PlanBody bl)
boolean
PlanBodyImpl. add(int index, PlanBody bl)
boolean
PlanBodyImpl. add(PlanBody bl)
clone the plan body and adds it in the end of this planvoid
PlanBody. setBodyNext(PlanBody bl)
void
PlanBodyImpl. setBodyNext(PlanBody next)
private void
PlanBodyImpl. swap(PlanBody bl)
Constructors in jason.asSyntax with parameters of type PlanBody Constructor Description Plan(Pred label, Trigger te, LogicalFormula ct, PlanBody bd)