Package eu.su.mas.dedale.tools
Class ElementCharacteristicsFromJSON
java.lang.Object
eu.su.mas.dedale.tools.ElementCharacteristicsFromJSON
Used to automatically parse an element to instantiate on the map from JSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDetectionRadius(Integer detectionRadius) voidsetElementName(String elementName) voidsetInitialLocation(String initialLocation) voidsetLockPickingExpertise(Integer lockPickingExpertiseRequired) voidsetQuantity(Integer quantity) voidsetStrengthExpertise(Integer strengthExpertiseRequired) toString()
-
Constructor Details
-
ElementCharacteristicsFromJSON
public ElementCharacteristicsFromJSON()
-
-
Method Details