Uses of Interface
jason.environment.EnvironmentInfraTier
Package | Description |
---|---|
jason.environment | |
jason.infra.jade | |
jason.infra.local |
-
Uses of EnvironmentInfraTier in jason.environment
Fields in jason.environment declared as EnvironmentInfraTier Modifier and Type Field Description private EnvironmentInfraTier
Environment. environmentInfraTier
the infrastructure tier for environment (Local, Jade, ...)Methods in jason.environment that return EnvironmentInfraTier Modifier and Type Method Description EnvironmentInfraTier
Environment. getEnvironmentInfraTier()
Methods in jason.environment with parameters of type EnvironmentInfraTier Modifier and Type Method Description void
Environment. setEnvironmentInfraTier(EnvironmentInfraTier je)
Sets the infrastructure tier of the environment (saci, jade, local, ...) -
Uses of EnvironmentInfraTier in jason.infra.jade
Classes in jason.infra.jade that implement EnvironmentInfraTier Modifier and Type Class Description class
JadeEnvironment
This class implements the Jade version of the environment infrastructure tier. -
Uses of EnvironmentInfraTier in jason.infra.local
Classes in jason.infra.local that implement EnvironmentInfraTier Modifier and Type Class Description class
LocalEnvironment
This class implements the Local version of the environment infrastructure tier.