com.ibm.rational.test.lt.models.behavior.common

Interface LTBlock

    • Method Detail

      • addProxy

        void addProxy(LTBlock element,
                    org.eclipse.emf.common.util.EList proxyList)
        This method creates and adds a ProxyElement to the proxy list for aggregations.
        Parameters:
        element -
        proxyList -
      • removeProxy

        void removeProxy(LTBlock element,
                       org.eclipse.emf.common.util.EList proxyList)
        This method removes the ProxyElement for the given element from the proxy list
        Parameters:
        element -
        proxyList -
      • createProxy

        com.ibm.rational.test.lt.models.behavior.lttest.ProxyElement createProxy(LTBlock element)
        This method creates the corresponding ProxyElement for the given LTBlock element. This needs to be implemented by the LTBlock that contains the ProxyElement
        Parameters:
        element -
        Returns:
        ProxyElement
      • isProxyReference

        boolean isProxyReference(org.eclipse.emf.common.notify.Notification notification)
        This method figures out if the current Notification is related to a ProxyElement.
        Parameters:
        notification -
        Returns:
        boolean
      • processRemoval

        void processRemoval(LTTest fromTest)
        Performs any processing that needs to take place when this current element is removed from the test. It should also propagate this removal information to any shildren of this element.
        Parameters:
        fromTest - - the LTTest that this element is being removed from
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.