Class AbstractBehaviour

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DriverData data()
      Returns the driver data context.
      void setData​(DriverData data)
      Sets the driver data context on this this behaviour should operate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractBehaviour

        public AbstractBehaviour()
    • Method Detail

      • data

        public DriverData data()
        Description copied from interface: Behaviour
        Returns the driver data context.
        Specified by:
        data in interface Behaviour
        Returns:
        driver data
      • setData

        public void setData​(DriverData data)
        Description copied from interface: Behaviour
        Sets the driver data context on this this behaviour should operate.
        Specified by:
        setData in interface Behaviour
        Parameters:
        data - driver data