Uses of Class
blockly_robot.robot.logic.log.ItemRelocation
Packages that use ItemRelocation
Package
Description
Eine Sammlung von Klassen, die die Hauptfigur der Trainingsaufgaben - einen
Roboter - bereitstellen.
Algorithms for packing and relocating items on Blockly Robot platforms.
Die einzelnen Aktionen des Roboters werden protokolliert, um die Algorithmen
testen zu können.
Robot interfaces and implementations that execute Blockly Robot actions.
-
Uses of ItemRelocation in blockly_robot.robot.gui.robot
Methods in blockly_robot.robot.gui.robot that return ItemRelocationModifier and TypeMethodDescriptionImageRobot.drop()ImageRobot.dropPlatformAbove()ImageRobot.dropPlatformInFront()ImageRobot.dropWithdrawable(int itemNum) ImageRobot.withdraw() -
Uses of ItemRelocation in blockly_robot.robot.logic.item.relocation
Methods in blockly_robot.robot.logic.item.relocation that return ItemRelocationModifier and TypeMethodDescriptionBagPacker.dropFromBag(Coords coords) PlatformBuilder.dropPlatform(Coords coords, String actionName) BagPacker.dropWithdrawable(Coords coords, int itemNum) BagPacker.withdrawAuto(Coords coords) -
Uses of ItemRelocation in blockly_robot.robot.logic.log
Methods in blockly_robot.robot.logic.log that return ItemRelocation -
Uses of ItemRelocation in blockly_robot.robot.logic.robot
Methods in blockly_robot.robot.logic.robot that return ItemRelocationModifier and TypeMethodDescriptionRobot.drop()VirtualRobot.drop()Robot.dropPlatformAbove()VirtualRobot.dropPlatformAbove()Robot.dropPlatformInFront()VirtualRobot.dropPlatformInFront()Robot.dropWithdrawable(int itemNum) VirtualRobot.dropWithdrawable(int itemNum) Robot.withdraw()VirtualRobot.withdraw()VirtualRobot.withdrawAuto()