jason.environment
Class SteppedEnvironment

Package class diagram package SteppedEnvironment
java.lang.Object
  extended by jason.environment.Environment
      extended by jason.environment.TimeSteppedEnvironment
          extended by jason.environment.SteppedEnvironment

Deprecated. this class was renamed to TimeSteppedEnvironment

public class SteppedEnvironment
extends TimeSteppedEnvironment


Nested Class Summary
 
Nested classes/interfaces inherited from class jason.environment.TimeSteppedEnvironment
TimeSteppedEnvironment.OverActionsPolicy
 
Field Summary
 
Fields inherited from class jason.environment.Environment
executor
 
Constructor Summary
SteppedEnvironment()
          Deprecated.  
 
Method Summary
 
Methods inherited from class jason.environment.TimeSteppedEnvironment
getActionInSchedule, getNbAgs, getPercepts, getStep, init, requiredStepsForAction, scheduleAction, setNbAgs, setOverActionsPolicy, setSleep, stepFinished, stepStarted, stop, testEndCycle, updateAgsPercept, updateNumberOfAgents
 
Methods inherited from class jason.environment.Environment
addPercept, addPercept, clearAllPercepts, clearPercepts, clearPercepts, consultPercepts, containsPercept, containsPercept, executeAction, getEnvironmentInfraTier, getLogger, informAgsEnvironmentChanged, informAgsEnvironmentChanged, isRunning, removePercept, removePercept, removePerceptsByUnif, removePerceptsByUnif, setEnvironmentInfraTier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SteppedEnvironment

public SteppedEnvironment()
Deprecated.