Interface WhileExprStep

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

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

      • getExpression

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

        void setExpression​(java.lang.String expression)
                    throws java.rmi.RemoteException
        Determines the condition.
        Parameters:
        expression - while condition
        Throws:
        java.rmi.RemoteException - remote communication problem