Uses of Class
jason.environment.Environment
Package | Description |
---|---|
jason.environment | |
jason.infra.jade | |
jason.infra.local |
-
Uses of Environment in jason.environment
Subclasses of Environment in jason.environment Modifier and Type Class Description class
SteppedEnvironment
Deprecated.this class was renamed to TimeSteppedEnvironmentclass
TimeSteppedEnvironment
General environment class that "synchronise" all agents actions. -
Uses of Environment in jason.infra.jade
Fields in jason.infra.jade declared as Environment Modifier and Type Field Description private Environment
JadeEnvironment. userEnv
-
Uses of Environment in jason.infra.local
Fields in jason.infra.local declared as Environment Modifier and Type Field Description private Environment
LocalEnvironment. userEnv
the user customisation class for the environmentMethods in jason.infra.local that return Environment Modifier and Type Method Description Environment
LocalEnvironment. getUserEnvironment()
Methods in jason.infra.local with parameters of type Environment Modifier and Type Method Description void
LocalEnvironment. setUserEnvironment(Environment env)