Class IVLTS

All Implemented Interfaces:
Serializable

public class IVLTS extends SXCMTS implements Serializable
Description of the class IVLTS.
See Also:
  • Field Details

    • low

      public IVXBTS low
      The low limit of the interval. .
    • width

      public PQ width
      The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived. .
    • high

      public IVXBTS high
      The high limit of the interval. .
    • center

      public TS center
      The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values. .
  • Constructor Details

    • IVLTS

      public IVLTS()
    • IVLTS

      public IVLTS(String inValue)
  • Method Details

    • getLow

      public IVXBTS getLow()
    • setLow

      public void setLow(IVXBTS low)
    • getWidth

      public PQ getWidth()
    • setWidth

      public void setWidth(PQ width)
    • getHigh

      public IVXBTS getHigh()
    • setHigh

      public void setHigh(IVXBTS high)
    • getCenter

      public TS getCenter()
    • setCenter

      public void setCenter(TS center)
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class SXCMTS
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class SXCMTS
    • validateByModule

      public static void validateByModule(IVLTS iVLTS, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation