public class AbstractBehaviour extends java.lang.Object implements Behaviour
Constructor and Description |
---|
AbstractBehaviour() |
Modifier and Type | Method and Description |
---|---|
DriverData |
data()
Returns the driver data context.
|
void |
setData(DriverData data)
Sets the driver data context on this this behaviour should operate.
|
public DriverData data()
Behaviour
public void setData(DriverData data)
Behaviour