Interface Gripper
-
public interface GripperRepresents a gripper mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the gripperbooleanisOpen()Determine if the gripper is openvoidopen()Open the gripper
-