Package jason.environment
Class SteppedEnvironment
java.lang.Object
jason.environment.Environment
jason.environment.TimeSteppedEnvironment
jason.environment.SteppedEnvironment
@Deprecated public class SteppedEnvironment extends TimeSteppedEnvironment
Deprecated.
this class was renamed to TimeSteppedEnvironment
-
Nested Class Summary
Nested classes/interfaces inherited from class jason.environment.TimeSteppedEnvironment
TimeSteppedEnvironment.ActRequest, TimeSteppedEnvironment.OverActionsPolicy, TimeSteppedEnvironment.TimeOutThread
-
Field Summary
Fields inherited from class jason.environment.Environment
executor
-
Constructor Summary
Constructors Constructor Description SteppedEnvironment()
Deprecated. -
Method Summary
Methods inherited from class jason.environment.TimeSteppedEnvironment
getActionInSchedule, getNbAgs, getPercepts, getStep, init, requiredStepsForAction, scheduleAction, setNbAgs, setOverActionsPolicy, setSleep, setTimeout, 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 Details
-
SteppedEnvironment
public SteppedEnvironment()Deprecated.
-