Uses of Enum Class
eu.su.mas.dedale.env.ElementType
-
Uses of ElementType in eu.su.mas.dedale.env
Modifier and TypeMethodDescriptionstatic ElementType
Returns the enum constant of this class with the specified name.static ElementType[]
ElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
IEnvironment.dropOff
(Location location, ElementType e, Integer quantity) This methods can only be called by specific types of agents.boolean
IEnvironment.openLock
(String entityName, Location location, ElementType e) int
IEnvironment.pick
(String entityName, Location location, ElementType e, Integer maxQuantity) -
Uses of ElementType in eu.su.mas.dedale.env.gs
Modifier and TypeMethodDescriptionboolean
gsEnvironment.dropOff
(Location location, ElementType e, Integer quantity) There can be only one safe of one unique type on a given location.boolean
gsEnvironment.openLock
(String entityName, Location location, ElementType e) int
gsEnvironment.pick
(String agentName, Location currentPosition, ElementType e, Integer maxQuantity) -
Uses of ElementType in eu.su.mas.dedale.env.jme
Modifier and TypeMethodDescriptionboolean
jmeEnvironment.dropOff
(Location location, ElementType e, Integer quantity) boolean
jmeEnvironment.openLock
(String entityName, Location location, ElementType e) int
jmeEnvironment.pick
(String entityName, Location location, ElementType e, Integer maxQuantity)