public class DutyCycle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
idleTime |
int |
inventoryTime |
| Constructor and Description |
|---|
DutyCycle() |
DutyCycle(int inventoryTime,
int idleTime) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
int |
value() |