Uses of Interface
jason.control.ExecutionControlInfraTier
Package | Description |
---|---|
jason.control | |
jason.infra.jade | |
jason.infra.local |
-
Uses of ExecutionControlInfraTier in jason.control
Fields in jason.control declared as ExecutionControlInfraTier Modifier and Type Field Description protected ExecutionControlInfraTier
ExecutionControl. infraControl
Methods in jason.control that return ExecutionControlInfraTier Modifier and Type Method Description ExecutionControlInfraTier
ExecutionControl. getExecutionControlInfraTier()
Methods in jason.control with parameters of type ExecutionControlInfraTier Modifier and Type Method Description void
ExecutionControl. setExecutionControlInfraTier(ExecutionControlInfraTier jasonControl)
-
Uses of ExecutionControlInfraTier in jason.infra.jade
Classes in jason.infra.jade that implement ExecutionControlInfraTier Modifier and Type Class Description class
JadeExecutionControl
Concrete execution control implementation for Jade infrastructure. -
Uses of ExecutionControlInfraTier in jason.infra.local
Classes in jason.infra.local that implement ExecutionControlInfraTier Modifier and Type Class Description class
LocalExecutionControl
Concrete implementation of the controller for Local infrastructure tier.