Package org.onosproject.net.driver
Class AbstractBehaviour
- java.lang.Object
- 
- org.onosproject.net.driver.AbstractBehaviour
 
- 
- All Implemented Interfaces:
- Behaviour
 - Direct Known Subclasses:
- AbstractHandlerBehaviour
 
 public class AbstractBehaviour extends Object implements Behaviour Base implementation of a driver behaviour.
- 
- 
Constructor SummaryConstructors Constructor Description AbstractBehaviour()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DriverDatadata()Returns the driver data context.voidsetData(DriverData data)Sets the driver data context on this this behaviour should operate.
 
- 
- 
- 
Method Detail- 
datapublic DriverData data() Description copied from interface:BehaviourReturns the driver data context.
 - 
setDatapublic void setData(DriverData data) Description copied from interface:BehaviourSets the driver data context on this this behaviour should operate.
 
- 
 
-