Uses of Enum Class
eu.su.mas.dedale.env.ElementType
Packages that use ElementType
-
Uses of ElementType in eu.su.mas.dedale.env
Methods in eu.su.mas.dedale.env that return ElementTypeModifier and TypeMethodDescriptionstatic ElementTypeReturns 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.Methods in eu.su.mas.dedale.env with parameters of type ElementTypeModifier and TypeMethodDescriptionbooleanIEnvironment.dropOff(Location location, ElementType e, Integer quantity) This methods can only be called by specific types of agents.booleanIEnvironment.openLock(String entityName, Location location, ElementType e) intIEnvironment.pick(String entityName, Location location, ElementType e, Integer maxQuantity) -
Uses of ElementType in eu.su.mas.dedale.env.gs
Methods in eu.su.mas.dedale.env.gs with parameters of type ElementTypeModifier and TypeMethodDescriptionbooleangsEnvironment.dropOff(Location location, ElementType e, Integer quantity) There can be only one safe of one unique type on a given location.booleangsEnvironment.openLock(String entityName, Location location, ElementType e) intgsEnvironment.pick(String agentName, Location currentPosition, ElementType e, Integer maxQuantity) -
Uses of ElementType in eu.su.mas.dedale.env.jme
Methods in eu.su.mas.dedale.env.jme with parameters of type ElementTypeModifier and TypeMethodDescriptionbooleanjmeEnvironment.dropOff(Location location, ElementType e, Integer quantity) booleanjmeEnvironment.openLock(String entityName, Location location, ElementType e) intjmeEnvironment.pick(String entityName, Location location, ElementType e, Integer maxQuantity)