Uses of Class
br.pucrio.inf.les.bdijade.plan.PlanInstance.EndState

Packages that use PlanInstance.EndState
br.pucrio.inf.les.bdijade.plan   
 

Uses of PlanInstance.EndState in br.pucrio.inf.les.bdijade.plan
 

Fields in br.pucrio.inf.les.bdijade.plan declared as PlanInstance.EndState
private  PlanInstance.EndState PlanInstance.endState
           
 

Methods in br.pucrio.inf.les.bdijade.plan that return PlanInstance.EndState
 PlanInstance.EndState PlanInstance.getEndState()
          Returns the end state of plan.
 PlanInstance.EndState PlanBody.getEndState()
          Returns the end state of the execution of this plan.
static PlanInstance.EndState PlanInstance.EndState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlanInstance.EndState[] PlanInstance.EndState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.