public class DummyLotteryAgent extends AbstractLotteryAgent
semantics, theory| Constructor and Description |
|---|
DummyLotteryAgent(java.lang.String name,
DungTheory theory,
int semantics) |
| Modifier and Type | Method and Description |
|---|---|
double |
getUtility(DungTheory theory,
int 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,
int semantics)
public ExecutableDungTheory next(java.util.Collection<? extends Perceivable> percepts)
Agentnext in class AbstractLotteryAgentpercepts - a collection of percepts.public double getUtility(DungTheory theory, int semantics)
AbstractLotteryAgentgetUtility in class AbstractLotteryAgenttheory - some theorysemantics - some semantics