Class PropertyAccessRecorder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected PropertyAccess createPropertyAccess​(java.lang.Object modelElement, java.lang.String propertyName)
      Subclasses should override this method to customise the type of PropertyAccess that is created.
      PropertyAccesses getPropertyAccesses()
      Returns the property accesses that have occurred in the most recently started recording session.
      void record​(java.lang.Object modelElement, java.lang.String propertyName)
      Tells the PropertyAccessRecorder that a property access for the specified model element and property name has occurred.
      void startRecording()
      Tells the PropertyAccessRecorder to start a new recording session.
      void stopRecording()
      Tells the PropertyAccessRecorder to finalise the current recording session.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait