psdi.mbo

Class NUMRANGEDomainInfo.Detail

  • java.lang.Object
    • psdi.mbo.NUMRANGEDomainInfo.Detail
  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    NUMRANGEDomainInfo


    public class NUMRANGEDomainInfo.Detail
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Detail() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addSegment(double min, double max, double interval) 
      double[][] getSegments() 
      • Methods inherited from class java.lang.Object

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

      • Detail

        public Detail()
    • Method Detail

      • getSegments

        public double[][] getSegments()
      • addSegment

        public void addSegment(double min,
                               double max,
                               double interval)