Interface GlobalAssessletConstraintResult

  • All Superinterfaces:
    java.rmi.Remote, TptRemote

    public interface GlobalAssessletConstraintResult
    extends TptRemote
    This object provides an interface to obtain the result of a global assesslet constraint.
    • Method Detail

      • getVariableName

        java.lang.String getVariableName()
                                  throws java.rmi.RemoteException
        Returns the name of the checked variable of this global assesslet constraint.
        Returns:
        The variable name of this constraint.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getConstraintDefinition

        java.lang.String getConstraintDefinition()
                                          throws java.rmi.RemoteException
        Returns the definition of this global assesslet constraint.
        Returns:
        The constraint definition.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getCheckedTestCasesCount

        int getCheckedTestCasesCount()
                              throws java.rmi.RemoteException
        Returns the number of checked test cases for the variable of this global assesslet constraint.
        Returns:
        The number of checked test cases.
        Throws:
        java.rmi.RemoteException - remote communication problem