Documentation of 'javanpst.tests.StatisticalTest' Java class
StatisticalTest
javanpst.tests

Class StatisticalTest

    • Constructor Summary

      Constructors 
      Constructor and Description
      StatisticalTest() 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract void clearData()
      Clears the data stored in the test
      abstract void doTest()
      Perform the test
      boolean isDataReady()
      Tests is the data is ready to carry out the test
      boolean isPerformed()
      Tests is the test have been already carried out
      abstract java.lang.String printData()
      Prints the data stored in the test
      abstract java.lang.String printReport()
      Prints a report with the results of the test
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatisticalTest

        public StatisticalTest()
    • Method Detail

      • isDataReady

        public boolean isDataReady()
        Tests is the data is ready to carry out the test
        Returns:
        true if the data is ready. False, otherwise
      • isPerformed

        public boolean isPerformed()
        Tests is the test have been already carried out
        Returns:
        true if the test have been already performed. False, otherwise
      • printReport

        public abstract java.lang.String printReport()
        Prints a report with the results of the test
        Returns:
        Output report
      • printData

        public abstract java.lang.String printData()
        Prints the data stored in the test
        Returns:
        Data stored
      • doTest

        public abstract void doTest()
        Perform the test
      • clearData

        public abstract void clearData()
        Clears the data stored in the test

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.