Package edu.tufts.hrilab.polycraft.msg
Class Map
java.lang.Object
edu.tufts.hrilab.polycraft.msg.Msg
edu.tufts.hrilab.polycraft.msg.Map
Gson can't directly populate this class because it contains a java.util.Map, so it must
be populated manually after the JSON has been parsed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateMapAssertions
(boolean includeAir) Generate all predicates from the map data.
-
Field Details
-
map
-
-
Constructor Details
-
Map
Map constructor.- Parameters:
map
- map data that was parsed from JSON format
-
-
Method Details
-
generateAssertions
- Specified by:
generateAssertions
in classMsg
-
generateMapAssertions
Generate all predicates from the map data.- Returns:
-