Interface WaitExprStep

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, Step, TptRemote

    public interface WaitExprStep
    extends Step
    This Step provides the possibility to execute steps in a do-while-loop as long as the condition is satisfied.
    • Method Detail

      • getExpression

        java.lang.String getExpression()
                                throws java.rmi.RemoteException
        Returns:
        the wait condition.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setExpression

        void setExpression​(java.lang.String expr)
                    throws java.rmi.RemoteException
        Sets the wait condition.
        Parameters:
        expr - wait condition
        Throws:
        java.rmi.RemoteException - remote communication problem
      • isAssess

        boolean isAssess()
                  throws java.rmi.RemoteException
        Returns:
        true if the step is assessed in the report.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setAssess

        void setAssess​(boolean assess)
                throws java.rmi.RemoteException
        Determines if the step is assessed in the report.
        Parameters:
        assess - true if assessment should be turned on
        Throws:
        java.rmi.RemoteException - remote communication problem