com.ibm.rational.test.lt.kernel.action

Interface ICondition

  • All Superinterfaces:
    ICountable, IKAction, IKLog, IKSemaphore, ITestExecutionServices, Runnable


    public interface ICondition
    extends IKAction
    Interface for defining a condition.

    Defines an interface for evaluating a condition for use in actions that require this kind of decision making.

    When the execute method is called on this action, the condition should be evaluated and then a boolean result should be set.

    See Also:
    IIf, IFor
    • Method Detail

      • getResultBoolean

        boolean getResultBoolean()
        Get the result of the condition.
        Returns:
        the result
      • setResultBoolean

        void setResultBoolean(boolean result)
        Set the result of the condition.
        Parameters:
        result - the result
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.