Class PlanBodyImpl

All Implemented Interfaces:
LogicalFormula, PlanBody, Term, ToDOM, ToJson, Serializable, Cloneable, Comparable<Term>, Iterable<PlanBody>

public class PlanBodyImpl extends Structure implements PlanBody, Iterable<PlanBody>
Represents a plan body item (achieve, test, action, ...) and its successors. A plan body like a1; ?t; !g is represented by the following structure (a1, (?t, (!g, ()))).
See Also: