public class AbstractBehaviour extends 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()
Behaviourpublic void setData(DriverData data)
Behaviour