-
Method Summary 
boolean
Check to see if the door is open.
void
Configure this door to be either open or closed;
-
Method Details 
-
isOpen 
boolean isOpen()
Check to see if the door is open.
- Returns:
- true if the door has swung counterclockwise around its hinge.
-
setOpen 
void setOpen(boolean isOpen)
Configure this door to be either open or closed;
- Parameters:
isOpen
- True to open the door.