Uses of Class
jason.RevisionFailedException

Packages that use RevisionFailedException
jason.asSemantics   
 

Uses of RevisionFailedException in jason.asSemantics
 

Methods in jason.asSemantics that throw RevisionFailedException
 void Agent.abolish(Literal bel, Unifier un)
          Removes all occurrences of bel in BB.
 boolean Agent.addBel(Literal bel)
          Adds bel in belief base (calling brf) and generates the events.
 void Agent.addInitialBelsInBB()
          add the initial beliefs in BB and produce the corresponding events
 java.util.List<Literal>[] Agent.brf(Literal beliefToAdd, Literal beliefToDel, Intention i)
          This function should revise the belief base with the given literal to add, to remove, and the current intention that triggered the operation.
 boolean Agent.delBel(Literal bel)
          If the agent believes in bel, removes it (calling brf) and generate the event.