Uses of Class
br.pucrio.inf.les.bdijade.event.BeliefEvent.Action

Packages that use BeliefEvent.Action
br.pucrio.inf.les.bdijade.event   
 

Uses of BeliefEvent.Action in br.pucrio.inf.les.bdijade.event
 

Fields in br.pucrio.inf.les.bdijade.event declared as BeliefEvent.Action
private  BeliefEvent.Action BeliefEvent.action
           
 

Methods in br.pucrio.inf.les.bdijade.event that return BeliefEvent.Action
 BeliefEvent.Action BeliefEvent.getAction()
           
static BeliefEvent.Action BeliefEvent.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BeliefEvent.Action[] BeliefEvent.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in br.pucrio.inf.les.bdijade.event with parameters of type BeliefEvent.Action
 void BeliefEvent.setAction(BeliefEvent.Action action)
           
 

Constructors in br.pucrio.inf.les.bdijade.event with parameters of type BeliefEvent.Action
BeliefEvent(Belief<?> belief, BeliefEvent.Action action)
          Creates a Belief Changed.
BeliefEvent(Belief<?> belief, BeliefEvent.Action action, java.lang.Object args)
          Creates a Belief Changed.