Documentation of 'jhplot.math.pca.Assume' Java class.
Assume
jhplot.math.pca

Class Assume



  • public class Assume
    extends java.lang.Object
    A set of convenience assert-like methods that throw an exception if given condition is not met.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Assume() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void assume(boolean expression) 
      static void assume(boolean expression, java.lang.String comment) 
      • Methods inherited from class java.lang.Object

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

      • Assume

        public Assume()
    • Method Detail

      • assume

        public static void assume(boolean expression)
      • assume

        public static void assume(boolean expression,
                                  java.lang.String comment)

DMelt 3.0 © DataMelt by jWork.ORG