package iamrescue.execution.command; /** * A command represent an action within the environment. The Agent executing the * command is implicitly known, so the id does not have to be included (as in * rescuecore) * * @author rs06r * */ public abstract class AgentCommand implements IIAMAgentCommand { }