Class IVLPQ

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BXITIVLPQ

public class IVLPQ extends SXCMPQ implements Serializable
Description of the class IVLPQ.
See Also:
  • Field Details

    • low

      public IVXBPQ 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 IVXBPQ high
      The high limit of the interval. .
    • center

      public PQ 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

    • IVLPQ

      public IVLPQ()
  • Method Details

    • getLow

      public IVXBPQ getLow()
    • setLow

      public void setLow(IVXBPQ low)
    • getWidth

      public PQ getWidth()
    • setWidth

      public void setWidth(PQ width)
    • getHigh

      public IVXBPQ getHigh()
    • setHigh

      public void setHigh(IVXBPQ high)
    • getCenter

      public PQ getCenter()
    • setCenter

      public void setCenter(PQ center)
    • get_xmlNodePresentation

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

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

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