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 TypeMethodDescriptionElementCharacteristics.getMyElementType()static 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) Constructors in eu.su.mas.dedale.env with parameters of type ElementTypeModifierConstructorDescriptionElementCharacteristics(ElementType myElementType, Location initialLocation, Integer detectionRadius, LockElement myLock) -
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)