Uses of Class
jason.asSyntax.PlanBody.BodyType
Package | Description |
---|---|
jason.asSyntax |
-
Uses of PlanBody.BodyType in jason.asSyntax
Fields in jason.asSyntax declared as PlanBody.BodyType Modifier and Type Field Description private PlanBody.BodyType
PlanBodyImpl. formType
Methods in jason.asSyntax that return PlanBody.BodyType Modifier and Type Method Description PlanBody.BodyType
PlanBody. getBodyType()
PlanBody.BodyType
PlanBodyImpl. getBodyType()
private static PlanBody.BodyType
BodyLiteral. oldToNew(BodyLiteral.BodyType old)
Deprecated.static PlanBody.BodyType
PlanBody.BodyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlanBody.BodyType[]
PlanBody.BodyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jason.asSyntax with parameters of type PlanBody.BodyType Modifier and Type Method Description void
PlanBody. setBodyType(PlanBody.BodyType bt)
void
PlanBodyImpl. setBodyType(PlanBody.BodyType bt)
Constructors in jason.asSyntax with parameters of type PlanBody.BodyType Constructor Description PlanBodyImpl(PlanBody.BodyType t)
PlanBodyImpl(PlanBody.BodyType t, boolean planTerm)
PlanBodyImpl(PlanBody.BodyType t, Term b)
PlanBodyImpl(PlanBody.BodyType t, Term b, boolean planTerm)