Uses of Interface
net.sf.tweety.agents.Executable
-
Packages that use Executable Package Description net.sf.tweety.agents -
-
Uses of Executable in net.sf.tweety.agents
Fields in net.sf.tweety.agents declared as Executable Modifier and Type Field Description static ExecutableExecutable. NO_OPERATIONThis constant represents the default null operation.Methods in net.sf.tweety.agents that return Executable Modifier and Type Method Description ExecutableActionEvent. getAction()abstract ExecutableAgent. next(Collection<? extends Perceivable> percepts)Determines the next action of this agent wrt.ExecutableDummyAgent. next(Collection<? extends Perceivable> percepts)Methods in net.sf.tweety.agents with parameters of type Executable Modifier and Type Method Description Set<Perceivable>Environment. execute(Executable action)Executes the given action and returns the resulting percepts.Method parameters in net.sf.tweety.agents with type arguments of type Executable Modifier and Type Method Description Set<Perceivable>Environment. execute(Collection<? extends Executable> actions)Executes the given actions simultaneously and returns the resulting percepts.Constructors in net.sf.tweety.agents with parameters of type Executable Constructor Description ActionEvent(Agent agent, MultiAgentSystem<? extends Agent> multiAgentSystem, Executable action)Creates a new ActionEvent.
-