Interface Gripper
-
public interface Gripper
Represents a gripper mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Close the gripperboolean
isOpen()
Determine if the gripper is openvoid
open()
Open the gripper
-