| Package | Description | 
|---|---|
| net.sf.tweety.agents | |
| net.sf.tweety.agents.dialogues | |
| net.sf.tweety.agents.dialogues.oppmodels | |
| net.sf.tweety.agents.dialogues.structured | 
| Modifier and Type | Field and Description | 
|---|---|
private Executable | 
ActionEvent.action  | 
static Executable | 
Executable.NO_OPERATION
This constant represents the default null operation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Executable | 
ActionEvent.getAction()  | 
abstract Executable | 
Agent.next(java.util.Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt. 
 | 
Executable | 
DummyAgent.next(java.util.Collection<? extends Perceivable> percepts)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
Environment.execute(Executable action)
Executes the given action and returns the
 resulting percepts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
Environment.execute(java.util.Collection<? extends Executable> actions)
Executes the given actions simultaneously and returns
 the resulting percepts. 
 | 
| Constructor and Description | 
|---|
ActionEvent(Agent agent,
           MultiAgentSystem<? extends Agent> multiAgentSystem,
           Executable action)
Creates a new ActionEvent. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecutableDungTheory
This class packs a Dung theory into an executable object. 
 | 
class  | 
ExecutableExtension
This class packs an extension into an executable object. 
 | 
class  | 
ExecutableFormulaSet
This class packs a set of formulas into an executable object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
LotteryArgumentationEnvironment.execute(Executable action)  | 
java.util.Set<Perceivable> | 
ArgumentationEnvironment.execute(Executable action)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
LotteryArgumentationEnvironment.execute(java.util.Collection<? extends Executable> actions)  | 
java.util.Set<Perceivable> | 
ArgumentationEnvironment.execute(java.util.Collection<? extends Executable> actions)  | 
| Modifier and Type | Method and Description | 
|---|---|
Executable | 
ArguingAgent.next(java.util.Collection<? extends Perceivable> percepts)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
DeductiveEnvironment.execute(Executable action)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
DeductiveEnvironment.execute(java.util.Collection<? extends Executable> actions)  | 
| Modifier and Type | Method and Description | 
|---|---|
Executable | 
TruthfulArgumentationAgent.next(java.util.Collection<? extends Perceivable> percepts)  | 
Executable | 
SasAgent.next(java.util.Collection<? extends Perceivable> percepts)  | 
Executable | 
OvercautiousArgumentationAgent.next(java.util.Collection<? extends Perceivable> percepts)  | 
Executable | 
CautiousArgumentationAgent.next(java.util.Collection<? extends Perceivable> percepts)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
StructuredArgumentationSystem.SasEnvironment.execute(Executable action)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Perceivable> | 
StructuredArgumentationSystem.SasEnvironment.execute(java.util.Collection<? extends Executable> actions)  |