public class DummyLotteryAgent extends AbstractLotteryAgent
semantics, theory| Constructor and Description | 
|---|
DummyLotteryAgent(java.lang.String name,
                 DungTheory theory,
                 Semantics semantics)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getUtility(DungTheory theory,
          Semantics semantics)
Returns the utility of the agent wrt. 
 | 
ExecutableDungTheory | 
next(java.util.Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt. 
 | 
getSemantics, getTheorypublic DummyLotteryAgent(java.lang.String name,
                         DungTheory theory,
                         Semantics semantics)
public ExecutableDungTheory next(java.util.Collection<? extends Perceivable> percepts)
Agentnext in class AbstractLotteryAgentpercepts - a collection of percepts.public double getUtility(DungTheory theory, Semantics semantics)
AbstractLotteryAgentgetUtility in class AbstractLotteryAgenttheory - some theorysemantics - some semantics