Interface DiagramNode

    • Method Detail

      • getParentTestlet

        Testlet getParentTestlet()
                          throws java.rmi.RemoteException
        Get the parent testlet of this digram node. The top level testlet top level testlet is the root of the testlet tree and has no parent. All other testlets and diagram nodes belong to a parent testlet as long as they are not removed from the model.
        Returns:
        The parent testlet or null if the diagram node is the top level testlet or not part of a model.
        Throws:
        java.rmi.RemoteException - remote communication problem