Package | Description |
---|---|
jason.asSyntax |
Modifier and Type | Method and Description |
---|---|
PlanBody.BodyType |
PlanBodyImpl.getBodyType() |
PlanBody.BodyType |
PlanBody.getBodyType() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanBodyImpl.setBodyType(PlanBody.BodyType bt) |
void |
PlanBody.setBodyType(PlanBody.BodyType bt) |
Constructor and Description |
---|
PlanBodyImpl(PlanBody.BodyType t,
Term b) |
PlanBodyImpl(PlanBody.BodyType t,
Term b,
boolean planTerm) |